标签:解决 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行
标签:解决 adt col The verify cep strong code disable
原文地址:https://www.cnblogs.com/AtesetEnginner/p/11217314.html