Link to home
Start Free TrialLog in
Avatar of Dave_O
Dave_OFlag for Afghanistan

asked on

Error after configuring SSL for specific website in IIS 7

I'm running IIS 7 on a fresh install of Windows Server 2008 R2.

I've setup numerous sites in IIS (all except one are non-SSL/HTTPS). I configured one of the sites with the appropriate certificate and SSL, including a unique IP address only for that site, and selected it in the binding for HTTPS for that site.

However, when I try to hit the site via HTTPS, I get the following error:

Error 101 (net::ERR_CONNECTION_RESET): The connection was reset.

No problems hitting via HTTP, only HTTPS.

Has anyone experienced this and been able to resolve?

Thanks,
Dave
Avatar of Seaton007
Seaton007
Flag of United States of America image

There are a few different things that can cause this.

Are you browsing the site locally on the server, and if so what are you typing as the URL?
What browser are you using?  Chrome has had lots of problems with this.
Check your browser's proxy settings.  If the proxy settings aren't configured correctly, it can cause this issue as well.
ASKER CERTIFIED SOLUTION
Avatar of Dave_O
Dave_O
Flag of Afghanistan 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
Avatar of Dave_O

ASKER

No one else provided a solution I ultimately got it working myself and wanted to post what I did to make it work.