Le mar, 03 nov 1998, Andreas Jdrund a écrit :
>Ralf S. Engelschall wrote:
>
>> On Tue, Nov 03, 1998, Andreas Jdrund 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
>> ______________________________________________________________________
>> Apache Interface to SSLeay (mod_ssl)   www.engelschall.com/sw/mod_ssl/
>> Official Support Mailing List               [EMAIL PROTECTED]
>> Automated List Manager                       [EMAIL PROTECTED]
>
> Better! but now netscape complains with:
>    "The security library has experienced an out of memory error. Please try to
>reconnect."
>and error_log says:
>    [error] mod_ssl: SSL_accept failed
>    [error] SSLeay: error:14094412:SSL routines:SSL3_READ_BYTES:sslv3 alert bad
>certificate
>
>I use "https://..." Any suggestions?
>

How did you get your certificate ?

Sounds like the "ca bit" problem... which mod_ssl version do you use?
You could try latest mod_ssl release.
______________________________________________________________________
Apache Interface to SSLeay (mod_ssl)   www.engelschall.com/sw/mod_ssl/
Official Support Mailing List               [EMAIL PROTECTED]
Automated List Manager                       [EMAIL PROTECTED]

Reply via email to