RE: [EMAIL PROTECTED] SSL proxy - just one public ip address

2006-06-22 Thread Boyle Owen
> -Original Message- > From: Fred Fiat [mailto:[EMAIL PROTECTED] > Sent: Thursday, June 22, 2006 5:18 PM > To: users@httpd.apache.org; users@httpd.apache.org > Subject: RE: [EMAIL PROTECTED] SSL proxy - just one public ip address > > > Not this way. The proxy ca

RE: [EMAIL PROTECTED] SSL proxy - just one public ip address

2006-06-22 Thread Fred Fiat
> Not this way. The proxy can't identify the virtual host that the client > requests because that information (the Host header) is encrypted. But if my proxy server has all the certificates, surely it can decrypt the packet? - T

RE: [EMAIL PROTECTED] SSL proxy - just one public ip address

2006-06-22 Thread Boyle Owen
> -Original Message- > From: Fred Fiat [mailto:[EMAIL PROTECTED] > Sent: Thursday, June 22, 2006 5:00 PM > To: users@httpd.apache.org > Subject: [EMAIL PROTECTED] SSL proxy - just one public ip address > > Hello, > > I need to workaround a problem of

Re: [EMAIL PROTECTED] SSL proxy - just one public ip address

2006-06-22 Thread Joshua Slive
On 6/22/06, Fred Fiat <[EMAIL PROTECTED]> wrote: Hello, I need to workaround a problem of having very few public ip addresses, but lots of websites that require SSL. Is there a way I can use an Apache reverse proxy so that it hands out the correct SSL certificate based on the virtual host that

[EMAIL PROTECTED] SSL proxy - just one public ip address

2006-06-22 Thread Fred Fiat
Hello, I need to workaround a problem of having very few public ip addresses, but lots of websites that require SSL. Is there a way I can use an Apache reverse proxy so that it hands out the correct SSL certificate based on the virtual host that the client requests? If not, are there any other