I cannot request a popular SSL site without geting the error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed.
[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed
The requests documentation states t
r = requests.get('https://www.example.com', proxies=proxies, verify=False)
Change this line and it will work.