SSL Does not work.

#1
If I type in https://IP HERE I'll get the invalid cert because it is not the domain it was signed for. However, if I visit the domain on https I'll get in chrome:

Error 102 (net::ERR_CONNECTION_REFUSED): The server refused the connection.
Error logs are clean from what I can tell. Nothing alerting me to an issue.

Ideas?
 

webizen

Well-Known Member
#4
is it just for chrome or others as well? run 'netstat -ntpl | grep :443' to see if ssl is on the IP for the domain. also make sure no firewall block ssl request from your pc.
 
#5
is it just for chrome or others as well? run 'netstat -ntpl | grep :443' to see if ssl is on the IP for the domain. also make sure no firewall block ssl request from your pc.
it's all browsers. port is there and listening on the right IP.

I can send you details/access if you want
 

webizen

Well-Known Member
#7
turns out the original domain (example.com) point to a different IP/server which does not have service running. Hence the problem.
 
Top