System specs:
Ubuntu 10.04 Apache 2
Installed an SSL cert from GoDaddy, checked that it works by issuing the following on the server itself:
openssl s_client -showcerts -connect localhost:443
However when I issue that same command on my laptop and replace localhost with the domain of the actual server, the request just hangs and then times out.
I've run netstat -an on the server to make sure port 443 is open & listening and it is (for tcp connections).
I'm not sure what else to check.