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.
We have multiple failure on *.tenncare.tn.gov. and *.tcam.tn.gov. both are hosted in route53 and we are using certbot to renew certs. this worked falwless durng our september procurement. we started seeing this issue from lastweek.
My domain is: sito-web.tcc.tenncare.tn.gov
I ran this command: certbot version: 4.2.0 '--config-dir', '/tmp/certbot/sito-web_tcc_tenncare_tn_gov', '--work-dir', '/tmp/certbot/sito-web_tcc_tenncare_tn_gov', '--logs-dir', '/tmp/certbot/sito-web_tcc_tenncare_tn_gov', '--rsa-key-size', '2048', '--key-type', 'rsa', 'certonly', '--non-interactive', '--debug-challenges', '--verbose', '--agree-tos', '--email', 'test@example.com', '--authenticator', 'dns-route53', '--preferred-challenges', 'dns-01', '--server', 'https://acme-v02.api.letsencrypt.org/directory', '--force-renewal', '--no-eff-email', '--domains', 'sito-web.tcc.tenncare.tn.gov']
It produced this output: HTTP 200
Server: nginx
Date: Tue, 11 Nov 2025 16:48:14 GMT
Content-Type: application/json
Content-Length: 813
Connection: keep-alive
Boulder-Requester: 2792642036
Cache-Control: public, max-age=0, no-cache
Link: https://acme-v02.api.letsencrypt.org/directory;rel="index"
Replay-Nonce: 9cWC3FLMw4nUrwDpWU_dxg6F68WLPipbk_jaZv5op144zeKt6XE
X-Frame-Options: DENY
Strict-Transport-Security: max-age=604800
{
"identifier": {
"type": "dns",
"value": "sito-web.tcc.tenncare.tn.gov"
},
"status": "invalid",
"expires": "2025-11-18T16:47:18Z",
"challenges": [
{
"type": "dns-01",
"url": "https://acme-v02.api.letsencrypt.org/acme/chall/2792642036/611341452276/-YTwKQ",
"status": "invalid",
"validated": "2025-11-11T16:47:39Z",
"error": {
"type": "urn:ietf:params:acme:error:dns",
"detail": "During secondary validation: DNS problem: query timed out looking up TXT for _acme-challenge.sito-web.tcc.tenncare.tn.gov",
"status": 400
},
"token": "4O5CedaRpqtrEcLwa3bh7HrVDpImpGbXE62ZJ-G6jBg",
"validationRecord": [
{
"hostname": "sito-web.tcc.tenncare.tn.gov",
"addressUsed": ""
}
]
}
]
}
My web server is (include version):
The operating system my web server runs on is (include version):
My hosting provider, if applicable, is: route53
I can login to a root shell on my machine (yes or no, or 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):
The version of my client is (e.g. output of certbot --version or certbot-auto --version if you're using Certbot): certbot 4.2.0