SSL證書錯誤怎么辦
requests.exceptions.SSLError: HTTPSConnectionPool(host='api.github.com', port=443): Max retries exceeded with url: /user/imoocedemo (Caused by SSLError(SSLError(1, u'[SSL: TLSV1_ALERT_PROTOCOL_VERSION] tlsv1 alert protocol version (_ssl.c:661)'),))
2019-04-15
verify=False
(不進行證書請求)
r.request.get("https://www.baidu.com", verify=False)