0
点赞
收藏
分享

微信扫一扫

CentOS上安装SSL证书教程

妖妖妈 2024-11-06 阅读 10
python

问题:AttributeError: module ‘lib’ has no attribute ‘OpenSSL_add_all_algorithms’

分析

在使用certbot时,报了这个错误,该问题是没有安装openssl包

解决

pip3 install pyOpenSSL

安装后再次运行如果还是报错,请降低加密库

pip install cryptography==38.0.1

降低版本适自己情况而定

举报

相关推荐

0 条评论