asp.net-mvc-3connection-reset

ERR_CONNECTION_RESET in MVC 3 Web App


I'm getting a connection reset error in my ASP.NET MVC3 app. It seems to work on http, except that redirects to https which doesn't work. I have tried fiddling with the timeout values as in asp.net mvc 3 - form post - ERR_CONNECTION_RESET, but to no avail. Has anyone seen and dealt with this sort of error before?


Solution

  • Found it. I needed to re-create my SSL development self-signed certificate. It expired not too long ago.