I recently tried to renew a cert for the domain htcmayhem.com. All my local testing indicates the domain is fully reachable and I am able to access the challenge file manually. My DNS testing tool at https://r-1.ch/r1dns/dnscheck.cgi?domain=htcmayhem.com also reports no configuration problems.
Let’s Encrypt however returns the following excerpt (with multiple attempts):
"identifier": {
"type": "dns",
"value": "www.htcmayhem.com"
},
"status": "invalid",
"expires": "2017-07-06T19:37:52Z",
"challenges": [
{
"type": "http-01",
"status": "invalid",
"error": {
"type": "urn:acme:error:connection",
"detail": "DNS problem: SERVFAIL looking up A for www.htcmayhem.com",
"status": 400
},
"validationRecord": [
{
"url": "http://www.htcmayhem.com/.well-known/acme-challenge/fs0VmHuiQHQzsr3eoOkSMw9nUIOUvZgN8TximMYNAjM",
"hostname": "www.htcmayhem.com",
"port": "80",
"addressesResolved": [],
"addressUsed": "",
"addressesTried": []
}
]
}
Are there any known DNS issues at the moment?