nginx-proxy-manager
nginx-proxy-manager copied to clipboard
IPV6 reverse proxy cannot apply for Let's Encrypt certificate on v2.9.19
Checklist
- Have you pulled and found the error with
jc21/nginx-proxy-manager:latest
docker image?- Yes
- Are you sure you're not using someone else's docker image?
- No
- Have you searched for similar issues (both open and closed)?
- Yes
Describe the bug
IPv6 reverse proxy,dns challenge is dnspod,I can normally apply for Let's Encrypt certificates by using Docker inuxerver/swag, and Nginx Proxy Manager can also apply for Let's Encrypt certificates in the previous version. Since the upgrade to v2.9.19, the following information is prompted:,
Internal Error
Error: Command failed: certbot certonly --config "/etc/letsencrypt.ini" --cert-name "npm-4" --agree-tos --email "[email protected]" --domains "*.hXXXd.cn" --authenticator dns-dnspod --dns-dnspod-credentials "/etc/letsencrypt/credentials/credentials-4" An unexpected error occurred: ModuleNotFoundError: No module named 'zope' Ask for help or search for solutions at https://community.letsencrypt.org. See the logfile /tmp/certbot-log-6ms4iyng/log or re-run Certbot with -v for more details.
at ChildProcess.exithandler (node:child_process:402:12)
at ChildProcess.emit (node:events:513:28)
at maybeClose (node:internal/child_process:1100:16)
at Process.ChildProcess._handle.onexit (node:internal/child_process:304:5)
cat /tmp/certbot-log-6ms4iyng/log
2022-12-28 21:47:48,228:DEBUG:certbot._internal.log:Exiting abnormally:
Traceback (most recent call last):
File "/usr/local/bin/certbot", line 8, in
Nginx Proxy Manager Version v2.9.19
Screenshots
Operating System unraid docker
https://github.com/NginxProxyManager/docker-nginx-full/pull/10