Skip to main content

Cert Refresh for Local Atlantis Projects

ClearOpen outfile oldexplorer, certsnavigate fromto %appdata%/ASP.NET/https and clean out the contents - these are all the old certs that have been cachedcached.

RunIn theVisual followingStudio, commands inOpen 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.