> 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 > > > _______________________________________________ > Cherokee mailing list > [email protected] > http://lists.octality.com/listinfo/cherokee > >
Have you installed libcherokee-mod-lib-ssl ? Yesterday cherokee-0.99.25 went to Debian Unstable thanks to Gunnar Saludos Leonel _______________________________________________ Cherokee mailing list [email protected] http://lists.octality.com/listinfo/cherokee
