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

后端 未结 13 2036
南旧
南旧 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:17

    For me the problem was resolved by running:

    1. dotnet dev-certs https --clean
    2. dotnet dev-certs https --verbose

提交回复
热议问题