关于requests.exceptions.SSLError: HTTPSConnectionPool

问题:

requests.exceptions.SSLError: HTTPSConnectionPool(host='mall.christine.com.cn', port=443): Max retri..

解决:

response = requests.get('http://www.baidu.com/', headers = header, verify=False)  

 

posted @ 2019-02-27 18:20  hank-li  阅读(229)  评论(0编辑  收藏  举报