Skip to content

Unable To Configure HTTPS Endpoint Error

Jason Lewis edited this page Apr 12, 2022 · 2 revisions

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
Clone this wiki locally