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.
My domain is: auth.tcn33.fyi
I ran this command:
It produced this output:
My web server is (include version):
The operating system my web server runs on is (include version):
My hosting provider, if applicable, is:
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):
My domain is: auth.tcn33.fyi
I ran this command: caddy reload --config /[path]/Caddyfile --adapter caddyfile. This caused Caddy to automatically request a new certificate for auth.tcn33.fyi.
It produced this output:
2026-08-16 22:52:14 UTC
trying to solve challenge
identifier: auth.tcn33.fyi
challenge_type: http-01
ca: https://acme-v02.api.letsencrypt.org/directory
challenge failed
identifier: auth.tcn33.fyi
challenge_type: http-01
103.252.194.211: Fetching
http://auth.tcn33.fyi/.well-known/acme-challenge/0C_L0NYzJM3C5p1o4sRFFb76oCz6AsqLqu2Q53Xnp4Q:
Error getting validation data
Order:
https://acme-v02.api.letsencrypt.org/acme/order/2120071235/545845421531
Caddy then automatically tried TLS-ALPN-01:
2026-08-16 22:52:18 UTC
trying to solve challenge
identifier: auth.tcn33.fyi
challenge_type: tls-alpn-01
ca: https://acme-v02.api.letsencrypt.org/directory
challenge failed
identifier: auth.tcn33.fyi
challenge_type: tls-alpn-01
103.252.194.211: Error getting validation data
Order:
https://acme-v02.api.letsencrypt.org/acme/order/2120071235/545845443171
The final Caddy error was:
[auth.tcn33.fyi] authorization failed:
HTTP 400 urn:ietf:params:acme:error:connection -
103.252.194.211: Error getting validation data
My web server is (include version): Caddy v2.11.4
The operating system my web server runs on is (include version): Ubuntu 24.04 LTS
My hosting provider, if applicable, is: Self-hosted on a residential connection from Neptune Internet, AS151660. Public prefix 103.252.194.0/23.
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): Caddy v2.11.4, using Caddy’s built-in ACME client.
Additional information:
- auth.tcn33.fyi has one A record pointing to 103.252.194.211.
- It has no AAAA record and no CAA record.
- The same Caddy instance manages more than 40 other *.tcn33.fyi names on the same IP and ports.
- Let’s Encrypt successfully issued the existing certificates. The newest appear to have been issued on August 1–2, 2026.
- Another newly created hostname, auth2.tcn33.fyi, produced the same failure during testing.
- Both production and staging Let’s Encrypt environments have failed.
- UFW permits incoming TCP ports 80 and 443.
- There is no source-address or geographic filtering.
- NAT forwards ports 80 and 443 to the Caddy server.
- Both ports are reachable from numerous external networks in Australia, India, Europe and the United States.
- My ISP’s Melbourne and Sydney looking glasses reach the public address without loss.
- The ISP’s BGP looking glass shows valid return routes to the external test networks.
- Let’s Debug report: Let's Debug
I temporarily configured this exact external test path: http://auth.tcn33.fyi/.well-known/acme-challenge/codex-connectivity-test - it returned HTTP 200 from 29 of 30 Check-Host locations. (Removed after testing.)
I also ran a packet capture covering both challenge attempts:
sudo timeout 10m tcpdump -ni any -s 0 -U \
-w /tmp/auth-acme.pcap \
'(tcp port 80 or tcp port 443)'
No external validator SYN or challenge request arrived during either the HTTP-01 or TLS-ALPN-01 attempt. Other external test requests did appear in captures and server logs.
Because tcpdump captures packets before UFW input filtering, the local firewall doesn't seem to have dropped these validation requests.
Question: Could this be a multi-perspective validation reachability problem affecting one or more Let’s Encrypt validation locations?
Specifically:
-
Can the order IDs reveal which validation perspective failed?
-
Does this generic error mean the validator could not establish a connection, or can it represent another internal validation failure?
-
Is there a known reachability problem between Let’s Encrypt’s validation infrastructure and
103.252.194.0/23? -
Is there another server-side capture or test I can perform to identify the failing path?