Unable To Configure HTTPS Endpoint Error - gecko-8/devwiki GitHub Wiki

Up

Error

Unable to configure HTTPS endpoint. No server certificate was specified, and the default developer certificate could not be found

Solution

  1. Open a terminal
  2. Enter the command:
    dotnet dev-certs https --clean
  3. Enter the command:
    dotnet dev-certs https -t
  4. Restart Visual Studio