标签:方法 warning 安全 ges strong 解决方法 imp 遇到的问题 read
857: 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 InsecureRequestWarning)
#禁用安全请求警告
rom requests.packages.urllib3.exceptions import InsecureRequestWarning
requests.packages.urllib3.disable_warnings(InsecureRequestWarning)
标签:方法 warning 安全 ges strong 解决方法 imp 遇到的问题 read
原文地址:https://www.cnblogs.com/xhds/p/13241432.html