SSLProxy - Howto delegate Client Certificate to backend server

2003-02-23 Thread ulrich . lohrmann
Hi all, I have the following scenario: Apache webserver 2.0.44 with mod_ssl requires client authentication during SSL handshake for a particular URL. All further requests coming in over the established SSL connection are delegated to a backend server. The connection between the webserver and the

Re: SSLProxy - Howto delegate Client Certificate to backend server

2003-02-23 Thread Mads Toftum
On Fri, Feb 21, 2003 at 07:39:07AM +0100, [EMAIL PROTECTED] wrote: I'd like to pass the client certificate provided by the end user to the backend server. Is there a chance to do this with mod_ssl? Currently there isn't a solution with mod_ssl. There is however a couple of ways to do this if