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

后端 未结 13 2183
南旧
南旧 2021-01-30 19:46

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

13条回答
  •  情深已故
    2021-01-30 20:23

    These instructions from this blog worked for me

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

提交回复
热议问题