22-05-2018, 20:06
Try this:
Link to the discusion >>>
Цитат:On Windows, Python does not look at the system certificate, it uses its own located at ?\lib\site-packages\certifi\cacert.pem.
The solution to your problem:
1.download the domain validation certificate as *.crt or *pem file from HERE
2.open the file in editor and copy it's content to clipboard
3.find your cacert.pem location: from requests.utils import DEFAULT_CA_BUNDLE_PATH; print(DEFAULT_CA_BUNDLE_PATH)
4.edit the cacert.pem file and paste your domain validation certificate at the end of the file.
5.Save the file and enjoy requests!
Link to the discusion >>>
![[Изображение: notrobosmall.jpg]](https://i.ibb.co/jz6pqnw/notrobosmall.jpg)