Recreate the Self-Signed HTTPS Certificate for Localhost in IIS Express

As explained in my earlier post, Visual Studio creates a self-signed certificate for your web application that allows you to access your site over HTTPS. If you accidentally remove this certificate, your web application will fail to load and report something like ERR_CONNECTION_RESET on the default error page of your browser: With caching and no …

Read more

How to Fix “Your Connection Is Not Secure” in Firefox and Selenium

We use Selenium and Firefox to verify our BDD specifications. That combination worked well until the last update to Firefox 75. Instead of our application on the developer machine, Firefox only showed us the “Your connection is not secure error” overlay. We depend on fast feedback cycles and needed a solution quickly. I found some …

Read more