On Tue, 18 Apr 2000, Joe Ammann wrote:

> Now mod_proxy can obviously not forward https connections. It doesn't
> know anything about SSL. And I could not find any information that
> such a thing has already been done.

I assume you are talking about mod_proxy on apache?  We use it this way quite a
bit actually.  Although, we are using "RewriteRule" directives to do it instead
of the traditional "ProxyPass" directives.  E.g.: something like this:

RewriteRule  ^/foo    https://localhost/foo [P]

Works great for us.

Mike

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

Reply via email to