Link to home
Start Free TrialLog in
Avatar of bob_mechler
bob_mechlerFlag for United States of America

asked on

SSL doesn't work remotely but does work locally

A customer bought an SSL certificate to go with their domain. I don't install them myself but was asked to watch and comment.

The site said it required a CSR of 2048 bytes. We used IIS 6 to create the CSR but it created a file around 1360 bytes and it was refused. Later, when I wasn't connected and watching the process, the user announced that it now worked. When I checked the size of the CSR it was 1730 bytes.

https://online.something.com worked when he tried on his work computer on the same network as the web server but this url does not work from outside his business.

Is the problem a propagation lag, port 443 not open to the internet or just a too small CSR.

Thanks,
Avatar of sfmny
sfmny
Flag of United States of America image

Check to see if port 443 is forwarded to the server in question.

There cannot be a propagation lag and CSR size does not come into play when you have a "valid" certificate that loads on the browser even if it is internal only.

What error do you get when you try it from outside your network? Server not responding?
Avatar of bob_mechler

ASKER

Server not responding (Timeout)
using http:// goes right to the site however.
ASKER CERTIFIED SOLUTION
Avatar of sfmny
sfmny
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Logical answer. First eliminate what it can't be and you are left with the high probability answer.