Set web.config for letsencrypt - Certify with Asp.NET Core and Angular 2 (Javascript-services)

前端 未结 3 1461
说谎
说谎 2021-01-02 20:47

I am trying to install letsencrypt certificate with Certify, but I get error, which (I think) has nothing to do with Certify. Problem is how my web.config is configured for

3条回答
  •  一个人的身影
    2021-01-02 21:52

    The problem I ran into with the default web.config in the acme-challenge folder was that the applicationhost.config contained:

    The handlers section in the acme-challenge web.config therefore was not allowed with the result that the challenge failed. In this case the solutions were: Change applicationhost.config line to:

    Or ... Remove the handlers setting from the web.config in acme-challenge folder.

提交回复
热议问题