RE: [EMAIL PROTECTED] How to pass a Client Certificate through a Reverse Proxy

2008-04-28 Thread Alexiuc, Daniel
must trust each other. I had to go with an alternative solution, using a cross-domain AJAX request in the browser instead of a reverse proxy that solved my problem. Daniel -Original Message- From: Alexiuc, Daniel [mailto:[EMAIL PROTECTED] Sent: Thursday, 08 March 2007 3:41 PM To: use

[EMAIL PROTECTED] How to pass a Client Certificate through a Reverse Proxy

2007-03-07 Thread Alexiuc, Daniel
Hi all, I've configured Apache as a reverse proxy in the following kind of arrangement: Client's browser ---> Apache Reverse Proxy --> External Server When the External Server requires Basic Authentication or SSL from the client, this works fine through the proxy. I have configured this