码迷,mamicode.com
首页 > Web开发 > 详细

requests.exceptions.SSLError……Max retries exceeded with url错误求助!!!

时间:2019-01-06 16:28:38      阅读:504      评论:0      收藏:0      [点我收藏+]

标签:ade   mozilla   webkit   求助   解决   pytho   style   false   exception   


import requests
head = {"User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.98 Safari/537.36",
        "Connection": "close"}
html = requests.get("https://fanhao.mmdaren.com/avzuopin/",headers=head)
print(html)

这个代码爬百度,淘宝,网易等网站都是正常的,唯有这个网站错误,网上查了好多,有说添加verify=False,有说"Connection": "close",都没有用,求大神帮解决一下

python3.7

# 错误提示
requests.exceptions.SSLError: HTTPSConnectionPool(host=fanhao.mmdaren.com, port=443): Max retries exceeded with url: /avzuopin/ (Caused by SSLError(SSLError("bad handshake: SysCallError(-1, ‘Unexpected EOF‘)")))

 

requests.exceptions.SSLError……Max retries exceeded with url错误求助!!!

标签:ade   mozilla   webkit   求助   解决   pytho   style   false   exception   

原文地址:https://www.cnblogs.com/shawone/p/10229066.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!