编程语言
首页 > 编程语言> > python自动化测试---报错总结

python自动化测试---报错总结

作者:互联网

1. 运行程序时,报以下错误:

HTTPSConnectionPool(host='test.xxxx.com', port=443): Max retries exceeded with url: /openapi/smartStock/000008.SZ.shtml (Caused by SSLError(SSLError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:600)'),))

解决方法:requests请求时加上:verify=False

image.png

标签:HTTPSConnectionPool,600,CERTIFICATE,python,verify,报错,自动化,SSLError
来源: https://blog.51cto.com/11009785/2435014