Please fill out the fields below so we can help you better. Note: you must provide your domain name to get help. Domain names for issued certificates are all made public in Certificate Transparency logs (e.g. crt.sh | example.com), so withholding your domain name here does not increase secrecy, but only makes it harder for us to provide help.
My domain is: *.dev1.shinydev.co.uk
I ran this command: Trying to validate newly created TXT record
It produced this output:
I get
Unable to complete the processing for *.dev1.shinydev.co.ukCertes.AcmeRequestException : Fail to load resource from 'https://acme-v02.api.letsencrypt.org/acme/chall-v3/....'.urn:ietf:params:acme:error:malformed: Unable to update challenge :: authorization must be pending
GET: https://acme-v02.api.letsencrypt.org/acme/chall-v3/...
yields:
{
"type": "dns-01",
"status": "invalid",
"error": {
"type": "urn:ietf:params:acme:error:unauthorized",
"detail": "No TXT record found at _acme-challenge.dev1.shinydev.co.uk",
"status": 403
},
...
}
But there is a TXT record at _acme-challenge.dev1.shinydev.co.uk, it's created by the same script and the TTL is 1 second.
My web server is (include version): Azure Function App
The operating system my web server runs on is (include version): Windows
My hosting provider, if applicable, is: Azure
I can login to a root shell on my machine (yes or no, or I don't know): No
I'm using a control panel to manage my site (no, or provide the name and version of the control panel):
The version of my client is (e.g. output of certbot --version
or certbot-auto --version
if you're using Certbot): Unknown