
Sebastian.Koch at netzwerk
Oct 28, 2009, 1:41 AM
Post #1 of 2
(75 views)
Permalink
|
|
Can not initialize TLS for `default' virtual host
|
|
Hi, i got some trouble configuring SSL for one of our servers. Currently i am trying to migrate from apache2 to cherokee. I generated a self.signed certificate like this: openssl req -new -x509 -days 365 -nodes -out cert.pem -keyout cert.pem I configured cherokee to use port 443 for tls and i putted in the links tot he certificate in my virtual host settings: Certificate /etc/cherokee/ssl/cert.pem Certificate key /etc/cherokee/ssl/cert.pem Both files a readable for www-data and the webserver runs under that user/group. It is a Debian Lenny with cherokee version 0.99.22 installed from the unstable repository. I am also wondering why the webserver does not drop any error log messages except in the web gui. It's kind of hard troubleshooting it without precise errors. Googling fort he error mesage didn't help. Thanks in advance. Regards Sebastian
|