ASP.NET Web API in VS is unable to run in my browser due to NET::ERR_CERT_INVALID error (Your connection isn't private)
Before I ran my application, VS promted me to download the localhost certificate. When opening my certificate manager (certmgr) I see that there is a localhost certificate in my Personal folder as well as in my Trusted Root Certificate Authorities folder. However, I am still getting the same error when trying to run the application.
It seems that google chrome and microsoft edge may have an issue when running the wep api's via VS . I suggest installing firefox and then changing your browser to firefox in order to run your web api. When running it for the first time it may show an error but simply select advance and it should work.