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
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
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
> -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
> 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
> -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
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
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