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

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

    I had a similar (but not exactly the same) problem.
    With 2.1 you have to configure your certificate.
    I do this now completely in appsettings.json.
    You can find my posting here:
    Configure self hosting Kestrel App with certificate for https (internet web server)

    Only have a look to the solution...

提交回复
热议问题