Hi I have an Azure web app and I want to install the https certificate on it.
I followed these steps to do it: https://gooroo.io/GoorooTHINK/Article/16420/Lets-Encrypt-Azure-Web-Apps-the-Free-and-Easy-Way/21872#.WgwMGUriaUn
Bu now I’m stuck at installing the certificatie (#3 in the url above). When I select a hostname and click install after a while I get this error:
The Lets Encrypt ACME server was probably unable to reach http://www.mysite.nl/.well-known/acme-challenge/G65zg-yumQBNW21XIoBbcq1SK7hYVEiTXIeobMMBIc8 view error report from Lets Encrypt at https://acme-v01.api.letsencrypt.org/acme/authz/U9MeCyr-vlpYluDTjYArQAZHOrD1UZC9OQcze3WxyA4 for more information.
In the error report I get this:
“type”: “http-01”,
“status”: “invalid”,
“error”: {
“type”: “urn:acme:error:unauthorized”,
“detail”: “Invalid response from http://smaakcheck.nl/.well-known/acme-challenge/G65zg-yumQBNW21XIoBbcq1SK7hYVEiTXIeobMMBIc8 [2a03:3c00:a002:198::100c]: 404”,
“status”: 403
Can anyone tell me what the problem is?
I’m logged in as administrator so I was suprised to see the unauthorized error.