On Thu, Oct 21, 1999, [EMAIL PROTECTED] wrote:

> I just built apache_1.3.9 + mod_ssl-2.4.5-1.3.9 + openssl-0.9.4 (it
> wouldn't build with rsaref, but that's another can o' worms I'll worry
> about later).
> 
> It's running on both ports 80 and 443. I can connect with standard http
> fine, but when I try https, the client just hangs and I get the following
> in the logs:
> 
> error_log:
> " [error] [client x] Invalid method in request % "
> access_log:
> " x  - - [21/Oct/1999:17:02:33 -0400] "%" 501 - "
> 
> So it's seeing a request for "%" from https, but not http ?
> Hints appreciated.

As the FAQ explains, such errors usually indicate that you're speaking HTTPS
to a port where HTTP is spoken only.  Make sure "SSLEngine on" is present and
that your Listen directives match your <VirtualHost> sections.

                                       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