On Tue, Nov 03, 1998, Andreas Järund wrote:

>[...]
>  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?

As the error message indicates, something is wrong with the certificates. When
it's the client cert first try connecting without client certs (use
"SSLVerifyClient none" and don't select one in Netscape). When it's the server
cert try reading it via "ssleay x509 -noout -text -in <file>" and make sure
this works. When all fails, try to follow the INSTALL file more closely, i.e.
first setup an SSL server the default way. In other words: Use `make
certificate' to create a test cert and use the pre-configured httpd.conf file
APACI installs under `make install'. Then move this stuff into your real
server environment.
                                       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]

Reply via email to