Hello!
My domain is: allegory.ro
I ran this command: sudo certbot review
It produced this output: nothing, just hangs forever
My web server is (include version): nginx 1.14.0, modified
The operating system my web server runs on is (include version):Ubuntu 18.04.3 LTS
My hosting provider, if applicable, is: ramnode
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: dunno, even certbot --version
hangs !!!
ps -ax | grep certbot
reveals:
14962 ? Ss 0:00 /bin/sh -c sudo certbot renew
14965 ? S 0:00 sudo certbot renew
14970 ? S 0:00 /bin/sh /snap/certbot/579/certbot.wrapper renew
14988 ? S 0:00 /bin/sh /snap/certbot/579/certbot.wrapper renew
14989 ? S 0:07 curl -s --unix-socket /run/snapd.socket http://localhost/v2/connections?snap=certbot&interface=content
14990 ? S 0:00 jq -r .result.established | map(select(.plug.plug == "plugin" and ."plug-attrs".content == "certbot-1") | "/snap/"+.slot.snap+"/current/lib/python3.8/site-packages/" ) | join(":")
Any help appreciated, thanks!
EDIT: Please note that this worked fine for many months before it started hanging (I got several renewals by simply putting sudo certbot renew
on daily cron).