Connection Reset error trying to set up HTTPS locally using VS and IIS Express
I'm trying to set up Facebook authentication on my application, so I tried following the steps at this page: http://www.asp.net/mvc/tutorials/mvc-5/create-an-aspnet-mvc-5-app-with-facebook-and-google-oauth2-and-openid-sign-on
I'm specifically under the section labeled "Setting up SSL in the Project"
I set SSL Enabled to true on my project, updated the Project URL in the project properties, and added the RequireHttps annotation to my Home Controller
Everything builds fine, but when I go to view my site, it just doesn't work and I get a "connection reset" message:
If I change the settings back, then everything works fine. I also double-checked my certificates, and all I have locally is the one that IIS Express created for my application
I'm kind of at a loss here, am I missing something simple?
try to put a port in the range 44300-44399 this one hundred port numbers already have a certificate "bound" to them