On Fri, Mar 03, 2000, weixu wrote:

> Can anyone tell me how to configure Apache+modssl+openssl on the proxy to
> do:
> 
> client <---> proxy <---> origin
>        https        http

This works only if the proxy is contacted by the client as an origin
server (because for a real proxy the client doesn't uses HTTPS to
contact the proxy, instead it always uses HTTP with the CONNECT method
for tunneling the HTTPS session). So if we assume you mean the proxy is
contacted as an origin server ("https://proxy/foo/bar/"), the above is
trivial to achieve by just adding a "ProxyPass / http://origin/" to the
HTTPS <VirtualHost> on proxy.
                                       Ralf S. Engelschall
                                       [EMAIL PROTECTED]
                                       www.engelschall.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