Re: [EMAIL PROTECTED] Apache and client certs

2007-01-02 Thread Serge Dubrouski
To users@httpd.apache.org cc Subject Re: [EMAIL PROTECTED] Apache and client certs On 12/30/06, toadie D <[EMAIL PROTECTED]> wrote: > It is possible to use reverse proxy to pass a PEM Encoded Certificate as a > HTTP header to a backend server. > > Make sure you have this

Re: [EMAIL PROTECTED] Apache and client certs

2007-01-02 Thread Manuela . Vorazzo
r... have I to add mod_jk too? Please let me know. Thanks manuciao "Serge Dubrouski" <[EMAIL PROTECTED]> 30/12/2006 16.32 Please respond to users@httpd.apache.org To users@httpd.apache.org cc Subject Re: [EMAIL PROTECTED] Apache and client certs On 12/30/06, toa

Re: [EMAIL PROTECTED] Apache and client certs

2006-12-30 Thread Serge Dubrouski
On 12/30/06, toadie D <[EMAIL PROTECTED]> wrote: It is possible to use reverse proxy to pass a PEM Encoded Certificate as a HTTP header to a backend server. Make sure you have this directive in your config file SSLOptions +ExportCertData Then use mod_headers to set the header RequestHeader M

Re: [EMAIL PROTECTED] Apache and client certs

2006-12-29 Thread toadie D
It is possible to use reverse proxy to pass a PEM Encoded Certificate as a HTTP header to a backend server. Make sure you have this directive in your config file SSLOptions +ExportCertData Then use mod_headers to set the header RequestHeader MY_CLIENT_CERT %{SSL_CLIENT_CERT}s You can find m

Re: [EMAIL PROTECTED] Apache and client certs

2006-12-29 Thread Serge Dubrouski
ase let me know ManuciaoThanks! *Christian Gottschalch <[EMAIL PROTECTED]>* 28/12/2006 10.53 Please respond to users@httpd.apache.org To users@httpd.apache.org cc Subject Re: [EMAIL PROTECTED] Apache and client certs if you use Apache Reverse Proxy, then SSL Session will b

Re: [EMAIL PROTECTED] Apache and client certs

2006-12-29 Thread Manuela . Vorazzo
AIL PROTECTED]> 28/12/2006 10.53 Please respond to users@httpd.apache.org To users@httpd.apache.org cc Subject Re: [EMAIL PROTECTED] Apache and client certs if you use Apache Reverse Proxy, then SSL Session will be terminated at the Reverse Proxy and the SSL Authentication / verific

Re: [EMAIL PROTECTED] Apache and client certs

2006-12-28 Thread Christian Gottschalch
if you use Apache Reverse Proxy, then SSL Session will be terminated at the Reverse Proxy and the SSL Authentication / verification is done by reverse proxy to transport some certificate information to your WebSphere can use: RequestHeader set "HTTP_USER_ID" %{SSL_CLIENT_S_DN_CN}e The WebSphe

[EMAIL PROTECTED] Apache and client certs

2006-12-27 Thread Manuela . Vorazzo
Hello everyone! I've an apache 2.2 WebServer that is working as a reverse proxy for a WebSphere application server that is on a separate machine. Now I have a web application that need an information that is included in a client certificate field (OU). I would like to know if, with apache, is p

[EMAIL PROTECTED] Apache and client certs

2006-12-27 Thread Manuela . Vorazzo
Hello everyone! I've an apache 2.2 WebServer that is working as a reverse proxy for a WebSphere application server that is on a separate machine. Now I have a web application that need an information that is included in a client certificate field (OU). I would like to know if, with apache, is p