SSL site in IIS7 doesn't load (times out)... everything seems correct (ports open, cert installed)
- by rksprst
I have a site in IIS where I have SSL set up.
The certificate is installed correctly. It is listening on port 443, the port is open.
Doing
openssl s_client -connect host:port
Get's a timeout...
This is really driving me crazy as I have no idea what is wrong. The server is on EC2, if that makes a difference.
Anyone know what could possibly be wrong?