【现象】
使用python编写了一个请求,报错ssl证书过期问题
【解决办法】
requests.packages.urllib3.disable_warnings()
r = requests.post(service_url, data=payload, headers=self.headers,verify = False)
参考链接:https://www.cnblogs.com/sea-stream/p/14210521.html
标签:case,ssl,python,verify,self,failed,vertficate From: https://www.cnblogs.com/litao-2020/p/17685891.html