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: www.wisptales.duckdns.org
I ran this command:
sudo certbot certonly --standalone --key-type rsa -d wisptales.duckdns.org -d www.wisptales.duckdns.org
It produced this output:
Saving debug log to /var/log/letsencrypt/letsencrypt.log
Plugins selected: Authenticator standalone, Installer None
Requesting a certificate for wisptales.duckdns.org and www.wisptales.duckdns.org
Performing the following challenges:
http-01 challenge for wisptales.duckdns.org
http-01 challenge for www.wisptales.duckdns.org
Waiting for verification...
Challenge failed for domain wisptales.duckdns.org
Challenge failed for domain www.wisptales.duckdns.org
http-01 challenge for wisptales.duckdns.org
http-01 challenge for www.wisptales.duckdns.org
Cleaning up challenges
Some challenges have failed.
IMPORTANT NOTES:
-
The following errors were reported by the server:
Domain: wisptales.duckdns.org
Type: connection
Detail: 85.75.37.199: Fetching
http://wisptales.duckdns.org/.well-known/acme-challenge/RRdLMkbZ-86p_Bm5NtXPfh6iYyeR3_D0Cdctihmw-vc:
Timeout during connect (likely firewall problem)Domain: www.wisptales.duckdns.org
Type: connection
Detail: 85.75.37.199: Fetching
http://www.wisptales.duckdns.org/.well-known/acme-challenge/GfmcSCqs2iwh6utomhh3s2VcbjcY2BpNU09DGNJkZjA:
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.
My web server is (include version): None
The operating system my web server runs on is (include version):
Raspberry PI Os Lite "Debian GNU/Linux 11 (bullseye)"
My hosting provider, if applicable, is:
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.12.0
So, duckdns properly resolves my ipv4 and ipv6.
I have disabled my ufw firewall (and rebooted my pi), just to make sure.
Made sure iptables isn't causing me trouble (It isn't, all connections allowed).
I have port forwarded my 80 and 443 ports to my raspberry from my router.
I even setup a simple python server listening on 80 and 443 ports, and
used telnet to test if I can connect to the server from a remote machine --I can-- .
I still keep getting the above error.
What could I be doing wrong?
Thank you in advance.