nginx-proxy-manager
nginx-proxy-manager copied to clipboard
Aliyun DNS challenge failed, I need a wildcard SSL
Here's the bug report, before this, i successfully requested domain ssl without DNS challenge.
Error: Command failed: certbot certonly --config "/etc/letsencrypt.ini" --cert-name "npm-35" --agree-tos --email "[email protected]" --domains "*.mydomain.com" --authenticator dns-aliyun --dns-aliyun-credentials "/etc/letsencrypt/credentials/credentials-35" --dns-aliyun-propagation-seconds 60 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:399:12)
at ChildProcess.emit (node:events:526:28)
at maybeClose (node:internal/child_process:1092:16)
at Process.ChildProcess._handle.onexit (node:internal/child_process:302:5)
Failed to establish a new connection: [Errno -3] Temporary failure in name resolution
sounds like NPM's DNS is broken and cannot lookup acme-v02.api.letsencrypt.org. Have you given it a working DNS server via docker?
Issue is now considered stale. If you want to keep it open, please comment :+1: