码迷,mamicode.com
首页 > 编程语言 > 详细

Python3-问题整理

时间:2019-07-20 13:15:19      阅读:120      评论:0      收藏:0      [点我收藏+]

标签:解决   adt   col   The   verify   cep   strong   code   disable   

Https相关

技术图片
1 1 requests发送HTTPS
2 2 前提:verify=False
3 3 报错:InsecureRequestWarning: Unverified HTTPS request is being made. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
4 4 解决:
5 5 import urllib3
6 6 urllib3.disable_warnings(urllib3.exceptions.InsecureRequestWarning)
7 7 
8 8 多线程 - connectionpool.py https请求 InsecureRequestWarning
9 9 解决:注释掉connectionpool.py的845-851行
View Code

 

Python3-问题整理

标签:解决   adt   col   The   verify   cep   strong   code   disable   

原文地址:https://www.cnblogs.com/AtesetEnginner/p/11217314.html

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