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
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
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
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
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
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
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
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
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