On Tue, Nov 09, 1999, [EMAIL PROTECTED] wrote:

> You have not mentioned where you put your private key by using the
> directive SSLCertificateKeyFile. Have you placed your keyfile to an
> appropriate place and pointed SSLCertificateKeyFile to this file.
> 
> Note that mod_ssl does not complain about the certificate, but about
> the key file. Maybe that's your problem.

>[...]
> > [Tue Nov  9 14:30:46 1999] [crit] (2)No such file or directory: mod_ssl:
> Failed
> > to read private key file /etc/httpd/mycert.pem
> > [Tue Nov  9 14:30:46 1999] [error] SSLeay: error:0906D06C:PEM
> > routines:PEM_read_bio:no start line

Ops, good catch. Yes, _THAT_ is the users problem. He hasn't configured
SSLCertificateKeyFile and so mod_ssl asumes it can find the private key in the
same file where the certificate is stored. The user has to add a
SSLCertificateKeyFile directive to the private key....

                                       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