sjkp / letsencrypt-siteextension

Azure Web App Site Extension for easy installation and configuration of Let's Encrypt issued SSL certifcates for custom domain names.
745 stars 76 forks source link

The Lets Encrypt ACME server was probably unable to reach http://mydomain.com/.well-known/acme-challenge/ #84

Closed cltsang closed 7 years ago

cltsang commented 8 years ago

First of all thanks for the great extension. This has probably been asked a lot, but I am not sure what I have done incorrectly in the final step. My site is just the default empty web app, with php disabled, and applicationHost.xdt plus web.config file, to work as a reverse proxy server. It's not in a production slot, but I believe that doesn't matter right? Do I need to give full rwx permissions to others in wwwroot folder? I've checked Letsencrypt service principal is a contributor of the web app. Thanks.

sjkp commented 7 years ago

Your reverse proxy settings are not forwarding traffic from the .well-known/acme-challenge folder is it?

cltsang commented 7 years ago

Thanks you are right. It's just I didn't add a rule to allow access to the folder. Thank you.