Jamie Dobbs wrote:
I've just updated apache to apache-ssl (on Debian Sarge) and have the oddest problem. I can access a page with

http://<ip address>/squirrelmail/src/login.php but not with

https://<ip address>/squirrelmail/src/login.php

Fairly obviously there is something I need to do to make this work but I'm stuck for knowing what it is so any and all help appreciated.

Is it only squirrelmail that is having issues or all SSL?

Is apache listening on port 443 (HTTPS)

[EMAIL PROTECTED] conf.d]# netstat -atunp | grep :443
tcp   0   0   0.0.0.0:443    0.0.0.0:*        LISTEN      739/httpd


If it apache is running, and its all SSL that is an issue, do you have firewall rules stopping access to 443/tcp?


[EMAIL PROTECTED]:~$ nc -v mojojojo 443
mojojojo.localdomain [192.168.0.254] 443 (https) open
(Ctrl+C)

Whats important is getting open. You could also use telnet instead of nc -v, or check the firewall rules.


Regards

Daniel

Reply via email to