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: tmapp.cz
I ran this command: sudo certbot run -v -a webroot -i nginx -w /var/www/common/letsencrypt -d tmapp.cz --no-redirect --agree-tos --email "myEmail@gmail.com"
It produced this output:
Domain: tmapp.cz
Type: connection
Detail: Fetching http://tmapp.cz/.well-known/acme-challenge/bkLcFV46VMDJA6KNxld47NCsuQPcmFGHeuzpsS356FM: Timeout during connect (likely firewall problem)
To fix these errors, please make sure that your domain name was entered correctly and the DNS A/AAAA record(s) for that domain contain(s) the right IP address. Additionally, please check that your computer has a publicly routable IP address and that no firewalls are preventing the server from communicating with the client. If you're using the webroot plugin, you should also verify that you are serving files from the webroot path you provided.
Encountered exception:
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/certbot/auth_handler.py", line 91, in handle_authorizations
self._poll_authorizations(authzrs, max_retries, best_effort)
File "/usr/lib/python3/dist-packages/certbot/auth_handler.py", line 180, in _poll_authorizations
raise errors.AuthorizationError('Some challenges have failed.')
certbot.errors.AuthorizationError: Some challenges have failed.
What is strange:
cat /var/www/common/letsencrypt/access_log.log
52.28.236.88 - - [29/Mar/2021:16:58:47 +0000] "GET /.well-known/acme-challenge/bkLcFV46VMDJA6KNxld47NCsuQPcmFGHeuzpsS356FM HTTP/1.1" 200 87 "-" "Mozilla/5.0 (compatible; Let's Encrypt validation server; +https://www.letsencrypt.org)"
3.128.26.105 - - [29/Mar/2021:16:58:53 +0000] "GET /.well-known/acme-challenge/bkLcFV46VMDJA6KNxld47NCsuQPcmFGHeuzpsS356FM HTTP/1.1" 200 87 "-" "Mozilla/5.0 (compatible; Let's Encrypt validation server; +https://www.letsencrypt.org)"
Additional Info:
- I am not able to use IPv6, my Internet provider doesn't support IPv6, so I have configured DNS records only with "A" + IPv4
My web server is (include version): nginx version: nginx/1.18.0 (Ubuntu)
The operating system my web server runs on is (include version):
Distributor ID: Ubuntu
Description: Ubuntu 20.04.2 LTS
Release: 20.04
Codename: focal
My hosting provider, if applicable, is: my own virtual server
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 0.40.0