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: kznlegislature2021womenparliament.veedo.live
I ran this command:
sudo /snap/bin/certbot certonly --text --non-interactive --cert-name kznlegislature2021womenparliament.veedo.live --keep-until-expiring --renew-with-new-domains --renew-by-default --agree-tos --email craig@lateral.co.za --cert-path /etc/letsencrypt/live/kznlegislature2021womenparliament.veedo.live --standalone -d kznlegislature2021womenparliament.veedo.live --test-cert -v
It produced this output:
sudo /snap/bin/certbot certonly --text --non-interactive --cert-name kznlegislature2021womenparliament.veedo.live --keep-until-expiring --renew-with-new-domains --renew-by-default --agree-tos --email craig@lateral.co.za --cert-path /etc/letsencrypt/live/kznlegislature2021womenparliament.veedo.live --standalone -d kznlegislature2021womenparliament.veedo.live --test-cert -v
Saving debug log to /var/log/letsencrypt/letsencrypt.log
Plugins selected: Authenticator standalone, Installer None
Account registered.
Requesting a certificate for kznlegislature2021womenparliament.veedo.live
Performing the following challenges:
http-01 challenge for kznlegislature2021womenparliament.veedo.live
Waiting for verification...
Challenge failed for domain kznlegislature2021womenparliament.veedo.live
http-01 challenge for kznlegislature2021womenparliament.veedo.live
Certbot failed to authenticate some domains (authenticator: standalone). The Certificate Authority reported these problems:
Domain: kznlegislature2021womenparliament.veedo.live
Type: connection
Detail: Fetching http://kznlegislature2021womenparliament.veedo.live/.well-known/acme-challenge/BmPVFgs-jCb880xnN9ABXB8rn7zrpJkChghM_stWl5Q: 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.
Cleaning up challenges
Some challenges have failed.
My web server is (include version): not running - checked with ps and with curl
The operating system my web server runs on is (include version):
Ubuntu 18.04.5 LTS
My hosting provider, if applicable, is:
microsoft azure
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 1.18.0
BUT:
-
while certbot is running, I can run a curl from my computer or from another cloud machine, and I get:
curl http://kznlegislature2021womenparliament.veedo.live
ACME client standalone challenge solver% -
On the second run, it worked. But then I've got a test certificate. So I thought, ok, yay, just a DNS thing, so I reran for a proper cert (without --test-cert) and it failed again. I don't want to do this too often with failure in case I get banned (I've tried about 4 times already).
My guess is you've got a couple of certificate servers, and one or more of them haven't updated their DNS recently, or something like that (although this is a new domain I've just configured, so it should not be in DNS yet). I've no other ideas... do you?
Best, C