0
如何在python post请求中发送证书认证, 例如我用next但是在get请求中: requests.get(url,params = params,timeout = 60,cert = certs) where证书是证书的路径, 它工作正常。 requests.post(url_post,data = params,cert = certs,timeout = 60) 不工作,错误 - SSL验证错误python post证书请求
你能显示一些代码吗? – oshaiken
requests.post(url_post,data = params,cert = certs,timeout = 60) –