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)
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)