python爬虫遇到https站点InsecureRequestWarning警告解决方案

python爬虫遇到https站点InsecureRequestWarning警告解决方案

加三行代码即可

from requests.packages.urllib3.exceptions import InsecureRequestWarning,InsecurePlatformWarning
requests.packages.urllib3.disable_warnings(InsecureRequestWarning)
requests.packages.urllib3.disable_warnings(InsecurePlatformWarning)

 

以上。


python爬虫遇到https站点InsecureRequestWarning警告解决方案

注:转载需注明出处及作者。

流柯      

上一篇:支持多语言、多用户、多数据库、完美URL之路过秋天版博客 V1.0正式版 发布[含详细部署安装说明]


下一篇:高流量站点NGINX与PHP-fpm配置优化