My domain is: communithrive.com
I ran this command: https://acme-v02.api.letsencrypt.org/acme/order/1421692756/263707142897
It produced this output:
{
"status": "invalid",
"expires": "2024-05-01T13:55:26Z",
"identifiers": [
{
"type": "dns",
"value": "communithrive.com"
}
],
"authorizations": [
"https://acme-v02.api.letsencrypt.org/acme/authz-v3/342475979137"
],
"finalize": "https://acme-v02.api.letsencrypt.org/acme/finalize/1421692756/263707142897"
}
My web server is (include version): Azure App Service
The operating system my web server runs on is (include version): Windows
My hosting provider, if applicable, is: NameHero
I can login to a root shell on my machine (yes or no, or I don't know): I don't know
I'm using a control panel to manage my site (no, or provide the name and version of the control panel): no
The order when created through the API is invalid, and if I check the auth endpoint
https://acme-v02.api.letsencrypt.org/acme/authz-v3/342475979137
The error is:
urn:ietf:params:acme:error:unauthorized 40.88.135.152: Invalid response from https://communithrive.com/.well-known/acme-challenge/ZVG-RQk-m38Wlr2kRIEjvg26N4tl6luj-Bna0yluAFI: 400
But If I open the link it returns https 200 ok.
Let's debug initially returned All ok:
This is only an issue for the apex domain, for the www, the order was successfully created and the certificate was generated.
Currently, the certificate is generated manually through Azure for the apex domain.