Renew: Timeout during connect

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: martynkov.ru

I ran this command: sudo certbot renew

It produced this output: Timeout during connect (likely firewall problem)

My web server is (include version): nginx/1.24.0

The operating system my web server runs on is (include version): Ubuntu 24.04

My hosting provider, if applicable, is: selfhosted

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):

The version of my client is (e.g. output of certbot --version or certbot-auto --version if you're using Certbot): 5.1.0

Domain is accessible from 50/50 locations: Website Availability Test - Check Website Uptime | Uptimia

Check: martynkov.ru - Make your website better - DNS, redirects, mixed content, certificates

Then the fact it's not 100 % is likely the issue.

Certbot failed on secondary validation. In nginx access.log I see
23.178.112.107 - - [12/Oct/2025:13:03:39 +0000] "GET /.well-known/acme-challenge/hqtwk38SkBi6fF7B9og1UccohNROA3CzFptg6yO0AN0 HTTP/1.1" 200 87 "-" "Mozilla/5.0 (compatible; Let's Encrypt validation server; +https://www.letsencrypt.org)"

most of LE secondary challenges are from AWS: are you happen to block those?

Yes, I figured as much.

You should see 4 to 5 of those per challenge.

I don't block AWS special. But I try move firewall input rule on first place and clear block lists of bot. Unfortunately, the result remains unchanged.

A test from my own AWS test server fails. If it isn't just AWS you block then something is still blocking requests

curl -i -m7 http://martynkov.ru/.well-known/TestFromAWS
curl: (28) Connection timed out after 7000 milliseconds

curl -i -m7 http://martynkov.ru
curl: (28) Connection timed out after 7000 milliseconds

Thanks for help! I was able to get the certificate after disabling Wireguard connect on my mikrotik router.