SSL site in IIS7 doesn't load (times out)... everything seems correct (ports open, cert installed)
Posted
by rksprst
on Stack Overflow
See other posts from Stack Overflow
or by rksprst
Published on 2010-03-30T19:07:47Z
Indexed on
2010/03/30
19:13 UTC
Read the original article
Hit count: 454
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?
© Stack Overflow or respective owner