【待反馈】如何解决证书load_pem_private_key错误
为了能快速了解并处理您的问题,请提供以下基础信息:面板、插件版本:系统版本:
问题描述:如何解决“Backend" object has no attribute "load_pem_private_key"”错误?
相关截图(日志、错误):
如何解决“Backend" object has no attribute "load_pem_private_key"”错误?具体如何操作?
您好,面板使用的 cryptography 这个依赖版本太低导致的,建议登录到SSH终端里执行
btpip install cryptography==45.0.7
如果提示安装失败,找不到安装源的话,可以执行下面命令
btpip install cryptography==45.0.7 -i https://pypi.tuna.tsinghua.edu.cn/simple
安装成功后,执行
bt restart
重启面板后,重新使用SSL证书
页:
[1]