出现这个问题是可以选择关闭ssl认证,如:
response = requests.post(url=constructed_url,
headers=headers, data=data,verify=False)
设置verify 参数为false
出现这个问题是可以选择关闭ssl认证,如:
response = requests.post(url=constructed_url,
headers=headers, data=data,verify=False)
设置verify 参数为false
本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。