Hi,

I have done something silimar:
client -> https -> apache proxy -> http -> internal server

----- Original Message -----
From: "Roy Preece" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, July 10, 2001 3:08 PM
Subject: SSLClient Browser <--> Apache Proxypassreverse <-->
https://192.168.xxx.xxx


> Hello All,
>
> After 2 weeks, I'm finally going to ask the question, sorry. I have seen
> this topic in many, many posts to this list and others and all of them
seem
> to be without definitive answers. It must be me <shrug!>.
>
> I would like to set up SSL reverse proxying to my back end server on a
> private network I don't want the proxy server to decrypt and re-establish
> SSL to backend server. Just pass it straight through please, same as
> outgoing SSL connections. It should appear to the end user as if they have
> connected directly to the backend server via SSL including cert
> authentication.
>
> The big questions I have are
>
> "Is anyone actually doing this?"
> "Where are the hints and tips?"
>
> All pointers are gratefully accepted!
>
> On the proxy server I have.........
>

As fare I can see you are not using SSL in the virtual host.
Change like:

> <VirtualHost xxx.xxx.xxx.xxx:443>
SSLEngine on
SSLCertificateFile /...
SSLCertificateKeyFile /...
SSLSessionCache shm:/...
SSLMutex  sem
>    ServerName www.mydomain.com.au
>    ProxyPass         / https://wwwsec.mydomain.com.au/
>    ProxyPassReverse  / https://wwwsec.mydomain.com.au/
> </VirtualHost>
>
> Very Tired,
>
> Roy Preece.
>
>

I think this have to help.

Regards,
Rossen Raykov


_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com

______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl)                   www.modssl.org
User Support Mailing List                      [EMAIL PROTECTED]
Automated List Manager                            [EMAIL PROTECTED]

Reply via email to