Hello everybody and thank for for this great service!
Since few days ago the renewal went fine, but now I am getting the "dns" error.
Domain: tinread.upit.ro
OS: Ubuntu 20.04
Certbot: 0.40.0
Error message while renewing:
Domain: tinread.upit.ro
Type: dns
Detail: During secondary validation: DNS problem: query timed out looking up A for tinread.upit.ro; DNS problem: query timed out looking up AA
AA for tinread.upit.ro
The challenge file is loaded ok on the server, I can view the key inside the file in browser. For some reason letsencrypt server can not access the DNS entries.
Checking with let letsdebug I get an error.
No valid A or AAAA records could be ultimately resolved for tinread.upit.ro. This means that Let's Encrypt would not be able to to connect to your domain to perform HTTP validation, since it would not know where to connect to.
No A or AAAA records found.
But the DNS works fine, all entries are solved correctly. I checked with "dig" and also if I check the DNS with any other external (looking glass) service everything is ok. For instance Google DNS reports the followings:
Type | Domain Name | TTL | Address |
---|---|---|---|
A | tinread.upit.ro | 3600 | 194.102.70.154 |
Owner: Universitatea din Pitesti !
(IP WHOIS Lookup - Lookup an IP Address - DNS Checker) [AS2614]
IP is not blocked by any blacklists More
The full log info for this error is posted below.
{
"identifier": {
"type": "dns",
"value": "tinread.upit.ro"
},
"status": "invalid",
"expires": "2022-07-03T00:35:02Z",
"challenges": [
{
"type": "http-01",
"status": "invalid",
"error": {
"type": "urn:ietf:params:acme:error:dns",
"detail": "During secondary validation: DNS problem: query timed out looking up A for tinread.upit.ro; DNS problem: query timed out lo
oking up AAAA for tinread.upit.ro",
"status": 400
},
"url": "https://acme-v02.api.letsencrypt.org/acme/chall-v3/123691525186/JQ_dcA",
"token": "3g9Z2wqTjC4NuXVeBqeaLbVVMZYAdAKEs9darXUUlP4",
"validationRecord": [
{
"url": "http://tinread.upit.ro/.well-known/acme-challenge/3g9Z2wqTjC4NuXVeBqeaLbVVMZYAdAKEs9darXUUlP4",
"hostname": "tinread.upit.ro",
"port": "80",
"addressesResolved": [
"194.102.70.154"
],
"addressUsed": "194.102.70.154"
}
],
"validated": "2022-06-26T00:35:05Z"
}
]
}
2022-06-26 03:35:36,018:DEBUG:acme.client:Storing nonce: 0101DaZ6eZucQkzteNxK-GMfvEMuigknzlbY6Idenxn9lF8
2022-06-26 03:35:36,020:WARNING:certbot.auth_handler:Challenge failed for domain tinread.upit.ro
2022-06-26 03:35:36,020:INFO:certbot.auth_handler:http-01 challenge for tinread.upit.ro
2022-06-26 03:35:36,020:DEBUG:certbot.reporter:Reporting to user: The following errors were reported by the server:
Domain: tinread.upit.ro
Type: dns
Detail: During secondary validation: DNS problem: query timed out looking up A for tinread.upit.ro; DNS problem: query timed out looking up AA
AA for tinread.upit.ro
Any idea how can I fix this?
Thank you!