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

These instructions from this blog worked for me

  1. dotnet dev-certs https –clean
  2. dotnet dev-certs https –trust
  3. Restart VS

Leave a Comment