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

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

    In windows, dotnet dev-certs https --clean doesn't work for me, I have to delete these localhost certs manually.

    1. Open certmgr.msc
    2. Delete all localhost certs under 'Trusted Root Certification Authorities/Certificates'
    3. Run dotnet dev-certs https -t

提交回复
热议问题