编程笔记
/
1 min
python中报错SSLCertVerificationError
在使用 request 向 https 发送请求时出现报错: requests.exceptions.SSLError: HTTPSConnectionPool(host='xxx.com', port=443): Max retries ...
在使用 request 向 https 发送请求时出现报错: requests.exceptions.SSLError: HTTPSConnectionPool(host='xxx.com', port=443): Max retries ...