requests.exceptions.SSLError: HTTPSConnectionPool(host='www.baidu.com', port=443): Max retries exceeded with url: / (Caused by SSLError(SSLError(1, u'[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:581)'),)) html
正确的作法参考文档资料ide
https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warningsui
https://urllib3.readthedocs.io/en/latest/user-guide.html#sslurl
参考博客:http://blog.csdn.net/zahuopuboss/article/details/52964809spa
只要安装一下几个requests依赖包就能够解决此问题.net
pip install cryptography htm
pip install pyOpenSSLblog
pip install certifiip
原文转至博客:https://blog.csdn.net/qq_31077649/article/details/79013199ssl