错误描述:

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,

意思是:发出未经验证的HTTPS请求,强烈建议添加证书验证。参见: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings

当使用python发送request请求添加了verify=False时,报以上错误。

解决办法:

禁用urllib3软件包的证书认证和警告

InsecureRequestWarning: Unverified HTTPS request is being made.相关推荐

  1. InsecureRequestWarning: Unverified HTTPS request is being made to host(requests证书警告)

    本文仅供学习交流使用,如侵立删!demo下载见文末 InsecureRequestWarning: Unverified HTTPS request is being made to host(req ...

  2. requests库提示警告:InsecureRequestWarning: Unverified HTTPS request is being made. Adding certificate ver

    相信你们肯定遇到过这样的问题: requests库提示警告:InsecureRequestWarning: Unverified HTTPS request is being made. Adding ...

  3. InsecureRequestWarning: Unverified HTTPS request is being made.解决方法

    InsecureRequestWarning: Unverified HTTPS request is being made.解决方法 参考文章: (1)InsecureRequestWarning: ...

  4. requests 标红 InsecureRequestWarning: Unverified HTTPS request is being made to host

    InsecureRequestWarning: Unverified HTTPS request is being made to host '127.0.0.1'. Adding certifica ...

  5. InsecureRequestWarning: Unverified HTTPS request is being made to host

    C:\Users\Lenovo\AppData\Local\Programs\Python\Python38\lib\site-packages\urllib3\c onnectionpool.py: ...

  6. Warning:InsecureRequestWarning: Unverified HTTPS request is being made

    爬虫爬取的时候出现的warning,不影响使用,但是看得有点脑瓜子疼. InsecureRequestWarning: Unverified HTTPS request is being made t ...

  7. 如何解决警告InsecureRequestWarning: unverified HTTPS request is being made to host

    警告InsecureRequestWarning: unverified HTTPS request is being made to host 下载数据的时候经常会遇到这个警告,虽然不影响使用,但看 ...

  8. requests 警告:InsecureRequestWarning: Unverified HTTPS request is being made. Adding certificate verif

    最近爬12306,没有安装证书.每次请求都会有下面的ss警告,看到不是很舒服. InsecureRequestWarning: Unverified HTTPS request is being ma ...

  9. pytest文档46-关于https请求警告问题(InsecureRequestWarning: Unverified HTTPS request is being made)

    前言 使用 pytest 执行 https 请求用例的时候,控制台会出现警告:InsecureRequestWarning: Unverified HTTPS request is being mad ...

  10. python requests.exceptions.SSLError、InsecureRequestWarning: Unverified HTTPS request is be

    requests.exceptions.SSLError: HTTPSConnectionPool(host='XXX', port=443)问题 1.先检查pip有没安装cryptography,p ...

最新文章

  1. 虚拟机出现蓝屏解决方法
  2. Python 操作数据库(1)
  3. 前端H5怎么切换语言_H5前端和移动APP开发知识点和配套视频
  4. matlab作动态函数曲线图,[转载]Matlab中使用Plot函数动态画图方法总结
  5. boost::hana::max用法的测试程序
  6. mysql 字段钳口可加引号_根据处理对象划分,计算机可以分为模拟计算机、(
  7. 判断ImageView背景图片是否与Drawable中的某个图片一样的两个方法
  8. ScreenPad 是什么
  9. 推箱子 (hdu1254)(bfs双重广搜)
  10. Icon资源详解[1]
  11. 金融风控模型前世今生
  12. gwr模型用什么做_干货|教你如何用Stata做二元选择模型
  13. 关于csdn登陆提示验证码
  14. Matlab的两种除法:左除(\)和右除(/)
  15. 极域课堂忘记密码,解决方法,万能密码
  16. css绘制卡券优惠券_使用css创建一个优惠券的方法
  17. 2021-11-07 c语言之不变初心数
  18. 【愚公系列】2022年04月 微信小程序-实时音视频录制
  19. PIL Image创建空白图片的bug
  20. el-cascader省市区 三级数据

热门文章

  1. Note8对比iPhone X,锐意进取的三星何以成为榜样?
  2. Dell服务器上电自启动
  3. 计算机考研432有哪些大学,考研百态,有学校录取94人让658人来复试,有学生初试432复试被刷...
  4. 【汇正财经】春节寒假假期,多家厂商重磅游戏获批
  5. 关于我的辣鸡小说(闲扯)
  6. 计算机二级考试基础知识
  7. 穷人与富人的经典区别,穷人们要收藏啊!
  8. 分享:投递200多封简历攒出的经验
  9. 数据挖掘之Apriori频繁项集挖掘
  10. java Integer范围详解