I’m trying to set up a server and request a cert, but no matter what I try, with either staging or not, letsencrypt keeps saying it can’t resolve the domain…
{
"type": "dns-01",
"status": "invalid",
"error": {
"type": "urn:acme:error:connection",
"detail": "DNS problem: SERVFAIL looking up TXT for _acme-challenge.calamari.poshcode.com",
"status": 400
},
....
}
I think I’ve figured this out (with the help of StackOverflow) – it appears that the thing that’s failing was _acme-challenge.poshcode.com
not _acme-challenge.calamari.poshcode.com
but clearly if that’s the case, the challenge messages and error messages need to be corrected?