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

Balanjaneyulu K picture Balanjaneyulu K · Nov 14, 2018 · Viewed 34.4k times · Source

I am working on a fabric application where I have configured HTTPS. It is throwing an exception though I have a valid installed certificate.

Answer

Peter Morris picture Peter Morris · May 13, 2019

These instructions from this blog worked for me

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