It produced this output: `Failed to renew certificate www.jumblgram.com with error: Missing command line flag or config entry for this setting:
Input the webroot for www.jumblgram.com:
All simulated renewals failed. The following certificates could not be renewed:
/etc/letsencrypt/live/www.jumblgram.com/fullchain.pem (failure)
1 renew failure(s), 0 parse failure(s)`
My web server is (include version): NodeJS
The operating system my web server runs on is (include version): Ubuntu
My hosting provider, if applicable, is: Hetzner
I can login to a root shell on my machine (yes or no, or I don't know): Yes
The version of my client is (e.g. output of certbot --version or certbot-auto --version if you're using Certbot): 2.11.0
curl -Ii6 www.jumblgram.com/.well-known/acme-challenge/Test_File-1234
curl: (7) Failed to connect to www.jumblgram.com port 80 after 130 ms: Connection refused
But, as LE may fall back to IPv4 on such a failure, I decided to check that as well...
And found it to also have issue:
NodeJS, at least for how im using it, is listening on both port 80 and 443, and if anyone tries connecting on http (via port 80) they get redirected to https
http://www.jumblgram.com:80
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 60 100 60 0 0 177 0 --:--:-- --:--:-- --:--:-- 178
100 139 100 139 0 0 153 0 --:--:-- --:--:-- --:--:-- 408
https://www.jumblgram.com/
well atm im making any request that doesnt start with /.well-known/acme-challenge/ not return anything. Nothing should be forbidden anymore i dont think