Problems with SSL

Hi

As I have installed a webmail on my debian (testing) server I would like the server to run https.

I have installed libapache-mod-ssl with apt-get and put the following in my httpd.conf

LoadModule ssl_module /usr/lib/apache/1.3/mod_ssl.so
SSLEngine on
SSLProtocol all -SSLv2

Apache start okay both with apache start and apache sslstart and works with normal http requests but https don't work.

Anybody got a hint to what could be wrong or anymore information you need?

 

 

 

 

Top