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. https://crt.sh/?q=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:
jaredstoker.com
I ran this command:
cerbot --nginx -v
It produced this output:
Some challenges failed
My web server is (include version):
root@web-box:~# nginx -v
nginx version: nginx/1.18.0 (Ubuntu)
The operating system my web server runs on is (include version):
Ubuntu 22.04
My hosting provider, if applicable, is:
Xmission
I can login to a root shell on my machine (yes or no, or I don't know):
yes
I'm using a control panel to manage my site (no, or provide the name and version of the control panel):
no,
The version of my client is (e.g. output of certbot --version or certbot-auto --version if you're using Certbot):
certbot 1.21.0
2025-09-02 19:38:08,021:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/authz/2381377727/577866970001 HTTP/1.1" 200 1082
2025-09-02 19:38:08,023:DEBUG:acme.client:Received response:
HTTP 200
Server: nginx
Date: Tue, 02 Sep 2025 19:38:08 GMT
Content-Type: application/json
Content-Length: 1082
Connection: keep-alive
Boulder-Requester: 2381377727
Cache-Control: public, max-age=0, no-cache
Link: https://acme-v02.api.letsencrypt.org/directory;rel="index"
Replay-Nonce: K7BcPJEgAy0DkwmlO47QnLNaJ1Msuj9fsNkZTRS27885ccw4b4c
X-Frame-Options: DENY
Strict-Transport-Security: max-age=604800
{
"identifier": {
"type": "dns",
"value": "jaredstoker.com"
},
"status": "invalid",
"expires": "2025-09-09T19:36:37Z",
"challenges": [
{
"type": "http-01",
"url": "https://acme-v02.api.letsencrypt.org/acme/chall/2381377727/577866970001/u91t8w",
"status": "invalid",
"validated": "2025-09-02T19:36:38Z",
"error": {
"type": "urn:ietf:params:acme:error:connection",
"detail": "166.70.250.187: Fetching http://jaredstoker.com/.well-known/acme-challenge/EFd2enqoFj1zSLkFq87Etraa9sEpfGM8P2ZyiYdxOUQ: Timeout after connect (your server may be slow or overloaded)",
"status": 400
},
"token": "EFd2enqoFj1zSLkFq87Etraa9sEpfGM8P2ZyiYdxOUQ",
"validationRecord": [
{
"url": "http://jaredstoker.com/.well-known/acme-challenge/EFd2enqoFj1zSLkFq87Etraa9sEpfGM8P2ZyiYdxOUQ",
"hostname": "jaredstoker.com",
"port": "80",
"addressesResolved": [
"166.70.250.187"
],
"addressUsed": "166.70.250.187"
}
]
}
]
}
I'm at my wits end. I usually lurk silently and read other users issues and I'm able to fix my problem. When I initially built the site in May, the certificate created just fine. Now It can't pass the http-01 test.