Saturday, May 1, 2021

Visual Studio 2019 dotnet run Error Your connection is not private NET::ERR_CERT_AUTHORITY_INVALID

 

Its better to clear existing certificates first, to do that use

dotnet dev-certs https --clean

then use

dotnet dev-certs https --trust

to install new certificates.

You just need to type "dotnet dev-certs https --trust" on Terminal. Then Instal Certificate window will appear. Instal Certificate. It Will Solve the issue.

dotnet run Your connection is not private error solved

If issue is not solved try "dotnet dev-certs https --help" and use appropriate options.



C# .net Core Web Application

No comments:

Post a Comment