您的位置:首页 > 理论基础 > 计算机网络

python requests 请求https ssl 错误

2017-07-19 20:04 399 查看
临时的解决办法

import requests

requests.get(‘https://www.zhihu.com/‘,verify=False)

参考知乎 https://www.zhihu.com/question/40025043
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签:  python
相关文章推荐