且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

requests.exceptions.SSLError:[SSL:CERTIFICATE_VERIFY_FAILED]证书验证失败

更新时间:2021-09-07 04:08:26

r = requests.get('https://www.example.com', proxies=proxies, verify=False)

更改此行,它将起作用。

Change this line and it will work.