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: monosodium.net / l.monosodium.net / m.monosodium.net
I ran this command: sudo certbot --nginx
It produced this output:
Renewing an existing certificate for monosodium.net and 2 more domains Certbot failed to authenticate some domains (authenticator: nginx). The Certificate Authority reported these problems:
Domain: l.monosodium.net Type: connection Detail: 93.209.199.69: Fetching http://l.monosodium.net/.well-known/acme-challenge/Ik4pkbzsZFN5pAZq9typ8gXmObUwe6IAkEb18TdjVQ0: Timeout during connect (likely firewall problem)
Domain: monosodium.net Type: connection Detail: 93.209.205.220: Fetching http://monosodium.net/.well-known/acme-challenge/PrMTm_jyyt_eq745X0yOIviFWkztgKuROv7NnAdiF5I: Timeout during connect (likely firewall problem)
Domain: m.monosodium.net Type: connection Detail: 93.209.199.69: Fetching http://m.monosodium.net/.well-known/acme-challenge/FlnOfaN1Bh3DQUJVscI1bOThEu4pUZaqptsWMkJXjSA: Timeout during connect (likely firewall problem)
Hint: The Certificate Authority failed to verify the temporary nginx configuration changes made by Certbot. Ensure the listed domains point to this nginx server and that it is accessible from the internet. Some challenges have failed.
My web server is (include version): NodeJS 20.12.1 / nginx/1.22.1
The operating system my web server runs on is (include version): Debian GNU/Linux 12 (bookworm) aarch64
My hosting provider, if applicable, is: Telekom DE
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): 2.10.0
i followed this tutorial here: Configure Node.js to Use Port 80 / 443 | by Adarsh Dayanand | Medium
to point the 3 domains to my node Server. This has worked in the past, but for some reason it no longer does...