I get this error when trying to access my site via HTTPS. HTTP works as expected. Had a server that failed and had to move from IIS 6.0 to IIS 7.0 on Window Server 2008. Was able to install my SSL, but am unable to reach it via HTTPS now. ASP.NET site Framework 3.5. Would love any ideas on figuring this out. Thanks in advance.

link|improve this question
There are dozens of things it could be. Can you post the output of the logs? – Pratik Amin Nov 12 '11 at 1:11
feedback

migrated from stackoverflow.com Nov 11 '11 at 23:16

This question came from our site for professional and enthusiast programmers.

1 Answer

Make sure your application is configured to accept https.

enter image description here

You get to that window by clicking on your website on IIS Manager and selecting "Advanced Settings" on the Actions bar on the right hand side.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown