Hi,
I am trying to enable https on my openbsd box.
I just made and signed my keys with the CA.sh script.
I placed the certificate and the private key in the right place and started apache with apachectl startssl command
 
Server kmoware.com:443 (RSA)
Enter pass phrase:
 
Ok: Pass Phrase Dialog successful.
/usr/sbin/apachectl startssl: httpd started
All this works fine.
 
when i look in the log files i find the following errors :
bash-2.04# tail -f /var/www/logs/ssl_engine_log
[24/Oct/2000 18:08:48 24282] [info]  Init: Configuring temporary DH parameters (512/1024 bits)
[24/Oct/2000 18:08:49 10777] [info]  Init: 2nd startup round (already detached)
[24/Oct/2000 18:08:49 10777] [info]  Init: Reinitializing OpenSSL library
[24/Oct/2000 18:08:49 10777] [info]  Init: Seeding PRNG with 648 bytes of entropy
[24/Oct/2000 18:08:49 10777] [info]  Init: Configuring temporary RSA private keys (512/1024 bits)
[24/Oct/2000 18:08:49 10777] [info]  Init: Configuring temporary DH parameters (512/1024 bits)
[24/Oct/2000 18:08:49 10777] [info]  Init: Initializing (virtual) servers for SSL
[24/Oct/2000 18:08:49 10777] [info]  Init: Configuring server kmoware.com:443 for SSL protocol
[24/Oct/2000 18:08:49 10777] [error] Init: (kmoware.com:443) Unable to configure RSA server private key (OpenSSL library error follows)
[24/Oct/2000 18:08:49 10777] [error] OpenSSL: error:0B080074::lib(11) :func(128) :reason(116)
 
I have no idea what could be wrong here. If someon can give me some advice it will be great.
 
Thanx in advance
 
Nico
 
 

Reply via email to