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: contest.walab.info
I ran this command:
sudo certbot certonly --standalone --dry-run -d contest.walab.info
It produced this output:
Saving debug log to /var/log/letsencrypt/letsencrypt.log
Simulating a certificate request for contest.walab.info
Certbot failed to authenticate some domains (authenticator: standalone). The Certificate Authority reported these problems:
Domain: contest.walab.info
Type: connection
Detail: 203.252.112.50: Fetching http://contest.walab.info/.well-known/acme-challenge/arYtgzKOGv0nM5-b5TzK-ZLaejcLFF4jnun2ECD_ix4: Timeout during connect (likely firewall problem)
Hint: The Certificate Authority failed to download the challenge files from the temporary standalone webserver started by Certbot on port 80. Ensure that the listed domains point to this machine and that it can accept inbound connections from the internet.
Some challenges have failed.
Ask for help or search for solutions at https://community.letsencrypt.org. See the logfile /var/log/letsencrypt/letsencrypt.log or re-run Certbot with -v for more details.
My web server is (include version):
No web server installed
The operating system my web server runs on is (include version):
`Ubuntu Server 24.04 LTS"
My hosting provider, if applicable, is:
School server room
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.9.0
(from apt)
certbot 3.0.1
(from snap)
Hi there.
I have a problem on getting certificate using certbot.
I checked that my 80 port is open (and connectable), the dns propagated well, there are no webservers running or programs binding to 80 port.
I even confirmed that I can connect to contest.walab.info/.well-known/acme-challenge/<token>
using wget, on mobile phone hotspot.
(I use "grep "token": " to log file when the certbot starts running. So I tried manual connection tests.)
But the certbot keep saying that there are timeouts during connect.
I don't know why this issue keep occus. Hope I got help from here!
Thanks.