https://www.jianshu.com/p/38c1ba472db3
![](https://img.haomeiwen.com/i20449555/30d0df0d4b06c478.png)
1.可能是requests的依赖包缺失
pip3 install cryptography
pip3 install pyOpenSSL
pip3 install certifi
2.如果安装依赖包了
response = requests.get('https://xxx', headers=headers, verify=False)
https://www.jianshu.com/p/38c1ba472db3
1.可能是requests的依赖包缺失
pip3 install cryptography
pip3 install pyOpenSSL
pip3 install certifi
2.如果安装依赖包了
response = requests.get('https://xxx', headers=headers, verify=False)
本文标题:requests.exceptions.SSLError报错
本文链接:https://www.haomeiwen.com/subject/nnidkltx.html
网友评论