Hi, everyone

 I sent this  message to ssl list as well. 
  
 I think this is related to SSL. 

I have just installed Apache with SSL using mod-ssl. When I tried to start the httpd 
(using apachectl startssl ), I was getting 'pass phase incorrect' error, and could not 
start httpd. Before the "make install", I did "make certificate" with private key 
encrypted. I also tried re-run "make certificate" "make install" without encrypting 
private key, still could not start httpd (with same error). 

Following are the error log file (ssl_engine_log) entry
[09/Dec/1998 14:30:58] [info]  Init: 1st startup round (still not detached)
[09/Dec/1998 14:30:58] [info]  Init: Initializing SSLeay library
[09/Dec/1998 14:30:58] [info]  Init: Loading certificate & private key of SSL-aware 
server my.server.name:8443
[09/Dec/1998 14:30:58] [error] Init: Unable to read server certificate from file 
/opt/httpd2/etc/apache/ssl.crt/server.crt (SSLeay error follows)
[09/Dec/1998 14:30:58] [error] SSLeay: error:0906D06C:PEM routines:PEM_read_bio:no 
start line

I also tried to get rid of pass phrase with command "ssleay rsa -in server.crt.orig 
-out server.crt", it failed eith following error(error_log file) :

[Wed Dec  9 14:30:58 1998] [error] SSLeay: error:0906D06C:PEM routines:PEM_read_bio:no 
start line

Also, in httpd.conf file, should I specify server.crt or snakeoil-ca.crt as directive 
SSLCertificateFile?  The snakeoil-ca.crt was created when I did "make certificate" 
before "make install".

Can anyone tell what I did wrong ? 

Thank you for help

Xiaping Lin

______________________________________________________________________
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