Hello!
My domain is:
I ran this command:
cerbot -v
It produced this output:
Performing the following challenges:
http-01 challenge for relay-02.torproject.net
Waiting for verification...
Challenge failed for domain relay-02.torproject.net
http-01 challenge for relay-02.torproject.net
Certbot failed to authenticate some domains (authenticator: apache). The Certificate Authority reported these problems:
Domain: relay-02.torproject.net
Type: connection
Detail: 185.129.61.129: Fetching http://relay-02.torproject.net/.well-known/acme-challenge/ozs8uoIq7NgCenCZyMrfbnyM0ce8Jye0pd3KVcKUOT8: Network unreachable
My web server is (include version):
Apache 2.4.41
The operating system my web server runs on is (include version):
Ubuntu 20.04
My hosting provider, if applicable, is:
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 2.11.0
We have had successful certificate renewals in the past (crt.sh | relay-02.torproject.net), however starting with the April 2024 edition this failed. Now, this server does not have any firewall and it is reachable from different vantage points on the Internet. E.g.
Nmap scan report for relay-02.torproject.net (185.129.61.129)
Host is up (0.014s latency).
PORT STATE SERVICE
80/tcp open http
443/tcp open https
9091/tcp open xmltec-xmlmail
It just seems that the Let's Encrypt check has suddenly problems now reaching our server.
Note: there is a Tor exit node running on that same IP address. One thing we were wondering is whether that IP landed on some block list between letsencrypt.org and 185.129.61.129. However, we have no problem doing something like curl https://acme-v02.api.letsencrypt.org/directory
from that box. There is no timeout or anything in that direction.