Skip to main content

Cert Refresh for Local Atlantis Projects

Open file explorer, navigate to %appdata%/ASP.NET/https and clean out the contents - these are all the old certs that have been cached.

In Visual Studio, Open the Package Manager Console and run the following commands one at a time:

PM > dotnet dev-certs https --clean PM > dotnet dev-certs https --trust PM > dotnet dev-certs https --check

Close down all Visual Studio instances and then start them back up

Next time you run a react project from Visual Studio - it should grab the fresh cert and you'll be good to go.