[EMAIL PROTECTED] SSL Proxy

2008-11-04 Thread Florian Lindner
Hello, I have an SSL certificate of www.example.org. Now I want to proxy another domain (which is a v-host on the same server) through the beforementioned SSL domain. My first try was: (in the doc root .htaccess) RewriteCond %{HTTP_HOST} ^.*ssl\.example\.org$ RewriteRule ^(.*)$ http://targ

Re: [EMAIL PROTECTED] SSL Proxy to back end servers

2007-04-30 Thread Joshua Slive
On 4/30/07, wi <[EMAIL PROTECTED]> wrote: Hi all I have an Apache instance that is functioning as a reverse proxy for our app server. For standard http, this works fine. However, we'd like to send SSL traffic through the proxy to the back end server. I don't want to decrypt the traffic at the Ap

[EMAIL PROTECTED] SSL Proxy to back end servers

2007-04-30 Thread wi
Hi all I have an Apache instance that is functioning as a reverse proxy for our app server. For standard http, this works fine. However, we'd like to send SSL traffic through the proxy to the back end server. I don't want to decrypt the traffic at the Apache instance, just re-route it to the back

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