Reverse proxy and client certificates - TechRepublic
General discussion
April 23, 2003 at 07:39 PM
pequeberto

Reverse proxy and client certificates

by pequeberto . Updated 23 years, 2 months ago

Hi all!

We are using a portal application configured to be accessed using https and with a reverse proxy (Apache).

As far as I know, in an https with a reverse proxy connection, two
https connections are established:
– https connection between client (browser) and proxy
– https connection between proxy and Web server.

This is not a problem when not using client certificates, but, what would happen when using them? Our application have to check the
client certificate with the CA, but.. will be able to get the client certificate from the application (from the Web Server) using a
reverse proxy, I mean, will the client certificate arrive the Web Server?

Has anyone worked with this scenario before? Many thanks in advance

Bert

This discussion is locked

All Comments