本帖最后由 堡塔运维小林 于 2023-4-3 10:06 编辑
计划任务自动续签Let's Encrypt证书失败,手动续签都正常,日志里面显示这个
/usr/lib64/python2.7/site-packages/OpenSSL/crypto.py:12: CryptographyDeprecationWarning: Python 2 is no longer supported by the Python core team. Support for it is now deprecated in cryptography, and will be removed in the next release.
from cryptography import x509
Traceback (most recent call last):
File "/www/server/panel/class/acme_v2.py", line 1657, in renew_cert
auth_to = self.get_ssl_used_site(self._config['orders']['save_path'])
File "/www/server/panel/class/acme_v2.py", line 1462, in get_ssl_used_site
run_path = panelSite.panelSite().GetRunPath(args)
File "class/panelSite.py", line 1413, in GetRunPath
get.id = public.M('sites').where('name=?',(get.siteName,)).getField('id')
File "class/public.py", line 34, in M
import db
File "class/db.py", line 16, in <module>
import PluginLoader
ImportError: class/PluginLoader.so: undefined symbol: _Py_FalseStruct
|
|