My domain is: marcenaro.me
I just migrated from nginx on my host OS to Nginx-proxy-manager, and I'm now unable to get SSL certificates from acme-v02.api.letsencrypt.org/directory
Note I'm a hobbyist doing all of this manually, running self hosted apps for personal and family use. I also have some own website projects.
It produced this output (I removed my email just in case):
*Error: Command failed: certbot certonly --config "/etc/letsencrypt.ini" --cert-name "npm-9" --agree-tos --authenticator webroot --email "XXXXXXXX@gmail.com" --preferred-challenges "dns,http" --domains "npm-alpha01.marcenaro.me" *
*Saving debug log to /var/log/letsencrypt/letsencrypt.log*
*An unexpected error occurred:*
*requests.exceptions.ConnectionError: HTTPSConnectionPool(host='acme-v02.api.letsencrypt.org', port=443): Max retries exceeded with url: /directory (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution'))*
*Ask for help or search for solutions at https://community.letsencrypt.org. See the logfile /var/log/letsencrypt/letsencrypt.log or re-run Certbot with -v for more details.*
* at ChildProcess.exithandler (node:child_process:397:12)*
* at ChildProcess.emit (node:events:390:28)*
* at maybeClose (node:internal/child_process:1064:16)*
* at Process.ChildProcess._handle.onexit (node:internal/child_process:301:5)*
My web server is (include version): Debian GNU/Linux 10 (buster)
My hosting provider, if applicable, is: AlphaVPS
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): certbot 1.21.0
Thanks team!