1. 程式人生 > >關於requests.exceptions.SSLError: HTTPSConnectionPool

關於requests.exceptions.SSLError: HTTPSConnectionPool

exception false span tps host sco exce all head

問題:

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

解決:

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

關於requests.exceptions.SSLError: HTTPSConnectionPool