python request 请求https报错问题

Posted 笑花大王

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了python request 请求https报错问题相关的知识,希望对你有一定的参考价值。

旁边大佬让我重新写一个某XX监控脚本 需要请求https遇到了如下的问题  花了一下午解决这个问题。。。 害太菜,。。。。
遇到的问题:
    requests.post  发送https请求的时候报错 解决方法加上verify=False
    还报错继续处理
 
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)

以上是关于python request 请求https报错问题的主要内容,如果未能解决你的问题,请参考以下文章

vue的data中使用this.$route赋值,在this.$options.data()重置的时候报错问的题

Python requests 报错解决集锦

python3 requests的post请求参数包含中文报错

https request报错 ServicePointManager.SecurityProtocol 搞定

已解决Https请求报错:unable to find valid certification path to requested target

已解决Https请求报错:unable to find valid certification path to requested target