You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With --webserver=path option, if there is an existing web.config file in the parent directory, the default web.config file that is written can conflict with it, and cause the server to return a 500 error. I can work around this by creating my own web.config in the acme-challenge directory, and I can test this by dropping a file with no extension in the directory and verify that I can browse to it and get a 200 response with the correct content-type. However, the current implementation overwrites my working web.config with a non working one.
The text was updated successfully, but these errors were encountered:
With --webserver=path option, if there is an existing web.config file in the parent directory, the default web.config file that is written can conflict with it, and cause the server to return a 500 error. I can work around this by creating my own web.config in the acme-challenge directory, and I can test this by dropping a file with no extension in the directory and verify that I can browse to it and get a 200 response with the correct content-type. However, the current implementation overwrites my working web.config with a non working one.
The text was updated successfully, but these errors were encountered: