When I start up (the latest modssl) with apache 1.3.19 on a new system with
modssl enabled like so:

NameVirtualHost some.ip.address.here

<VirtualHost some.ip.address.here:443>
ServerAdmin [EMAIL PROTECTED]
DocumentRoot /home/httpd/html
ServerName www.mydomain.com
SSLEngine on
SSLCertificateFile /home/httpd/ssl/httpsd.crt
SSLCertificateKeyFile  /home/httpd/ssl/httpsd.key
SSLLogFile /home/httpd/ssl/ssl.log
ScriptAlias     /cgi-bin        /home/httpd/cgi-bin
AddType         application/x-httpd-cgi .cgi
</VirtualHost>


I get these messages in the log:

[Fri May 11 23:44:04 2001] [error] mod_ssl: Init: Private key not found
(OpenSSL library error follows)
[Fri May 11 23:44:04 2001] [error] OpenSSL: error:0D084069:asn1 encoding
routines:d2i_ASN1_SET:bad tag
[Fri May 11 23:44:04 2001] [error] OpenSSL: error:0D09D082:asn1 encoding
routines:d2i_RSAPrivateKey:parsing
[Fri May 11 23:44:04 2001] [error] OpenSSL: error:0D09B00D:asn1 encoding
routines:d2i_PrivateKey:ASN1 lib

I searched the archives and the question that was similar didn't have a
solution posted.

Any ideas?  The cert and key came from another server where they were known
good (transfer to this one).

Thanks,
Chris

______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl)                   www.modssl.org
User Support Mailing List                      [EMAIL PROTECTED]
Automated List Manager                            [EMAIL PROTECTED]

Reply via email to