My domain is:
25.cctld.uz
cnt0.www.uz
www.uz
corp.uz
I ran this command:
certbot certonly
It produced this output:
-
The following errors were reported by the server:
Domain: 25.cctld.uz
Type: connection
Detail: Fetching
http://25.cctld.uz/.well-known/acme-challenge/ZlwxuvdITtWgpL5kaIH3JmGrQvUvJbBMdtrR5YL8Sp8:
Timeout during connect (likely firewall problem)
and for other domains:
I ran this command:
certbot renew
It produced this output:
- The following errors were reported by the server:
Domain: cnt0.www.uz
Type: dns
Detail: DNS problem: query timed out looking up A for cnt0.www.uz
(same for other domains)
My web server is (include version):
nginx/1.12.2
The operating system my web server runs on is (include version):
CentOS 7.7
My hosting provider, if applicable, is:
Uzinfocom/Uztelecom/Micros
I can login to a root shell on my machine.
I'm not using a control panel to manage my site.
The version of my client is:
certbot 0.37.2
I tested everything. Initially, when I got message of firewall problem, I tried to reproduce certbot behavior: put test html page to my webroot. In order to check url:
http://25.cctld.uz/.well-known/acme-challenge/ZlwxuvdITtWgpL5kaIH3JmGrQvUvJbBMdtrR5YL8Sp8
I put file using filesystem path with:
%DOCUMENTROOT%/.well-known/acme-challenge/ZlwxuvdITtWgpL5kaIH3JmGrQvUvJbBMdtrR5YL8Sp8
And tested it with curl. Link worked fine.
After receiving DNS problem, I tried to nslookup/dig my domains from foreign-hosted vps, all dns records are returned with no errors.
Symptoms are very similar to this topic:
but with different combination of ISP/TLD I still can use certbot to sign/renew certificates, even with same web server configuration.