NginxProxyManager / nginx-proxy-manager

Docker container for managing Nginx proxy hosts with a simple, powerful interface
https://nginxproxymanager.com
MIT License
22.05k stars 2.54k forks source link

ssl证书添加失败 #3594

Open 3222368840 opened 6 months ago

3222368840 commented 6 months ago

添加let encrypt证书遇到如下报错:The 'certbot_dns_dnspod.dns_dnspod' plugin errored while loading: No module named 'zope'. You may need to remove or update this plugin. The Certbot log will contain the full error details and this should be reported to the plugin developer.

everfu commented 6 months ago

没有 zope 这个包,需要打开容器然后进行安装,新版本好像修复了

pip install zope -i https://pypi.tuna.tsinghua.edu.cn/simple

需要进入docker容器内执行

newbolo commented 3 months ago

这个问题 在新版本解决了么

everfu commented 3 months ago

这个问题 在新版本解决了么

貌似有,建议测试一下