On Fri, Feb 04, 2000, Oliver Heil wrote:

> [...]
> I always get "connection refused" from the browser.
> The access log on (P) shows "[04/Feb/2000:10:42:23 +0100] "F" 501 365".
> The access log on (S) shows "[04/Feb/2000:10:42:23 +0100] "F / HTTP/1.0" 501 365".
> The error log on (S) shows "Invalid method in request F / HTTP/1.0".
> Accessing (S) direct works well with either http and https.
> Accessing (S) via (P) over http works also fine.
> The apache versions are 1.3.9.
> 
> Can someone point me to a solution of how to setup the proxy server or send
> me a example configuration?

The error messages indicate that you're speaking HTTPS to a port where
no HTTPS is spoken. There only HTTP is spoken which leads to those
errors. Make sure your Listen and <VirtualHost> sections match and that
"SSLEngine on" is present in the <VirtualHost> for HTTPS.

                                       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