错误描述:
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软件包的证书认证和警告