:On Tue, Nov 03, 1998, Andreas J{\"a}rund wrote:
:
:> I do this:
:> $ s_client -host localhost -port 443
:>
:> and gets the answer:
:> CONNECTED(00000003)
:> 27435:error:140770F8:SSL
:> routines:SSL23_GET_SERVER_HELLO:unknownprotocol:s23_clnt.c:451:
:>
:> and in error_log this:
:> [error] [client 130.235.92.154] Invalid method in request 80
:>
:> Extract from http.conf:
:> Port 80
:> ...
:> Listen 80
:> Listen 443
:>
:> What's wrong?
:
:This ok, but seems like on port 443 SSL is not actually enabled. Check your
:<VirtualHost> section: It has to correctly use the IP or hostname _and_ port
:_and_ has to use the SSLEnable.
: Ralf S. Engelschall
: [EMAIL PROTECTED]
: www.engelschall.com
hello,
I had the same problem. The solution is to change the port number given in
<VirtualHost> section
to 443 (the old number was 8443). like:
<VirtualHost _default_:443>
...
</VirtualHost>
This means we must put the port number (443) in two places (after Listen and in the
<VirtualHost>
section). Is that necessary?
ciao,
Fredj
--
F R E D J D R I D I Wirtschaftsinformatik Uni GH Essen
Dipl.-Inform. -- Softwaretechnik --
Universit{\"a}tsstra{\"ss}e 9 D-45141 Essen
Tel: +49 201 183 4019 Fax: +49 201 183 4073
______________________________________________________________________
Apache Interface to SSLeay (mod_ssl) www.engelschall.com/sw/mod_ssl/
Official Support Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]