On Mon, Mar 13, 2000, Robert W. Oliver wrote:

> I have enabled SSL on one of my virtual hosts.  I have specified the
> snakeoil certs and keys for now to test.  When the browser goes to the
> protected site, it just hangs.  I am entering it with the https:// prefix.
> In my error log, it says Invalid method in request and gives the client's
> IP.  I have had this trouble now for quite some time and I thank anyone in
> advance for helping me with it.

Although you're connecting with HTTPS, on the HTTPS port your server
speaks only HTTP! Check your server configuration, please. Make sure
Listen and <VirtualHost> directives match and that the <VirtualHost
..:443> has an "SSLEngine on", too.

                                       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