python-fedex-devs / python-fedex

A light wrapper around FedEx's SOAP API.
http://python-fedex.readthedocs.org
BSD 3-Clause "New" or "Revised" License
155 stars 139 forks source link

SSL problems #141

Open maxmetis opened 3 years ago

maxmetis commented 3 years ago

The track program works successfully on spyder. But when I put into flask project and run by ngrok, it result in urllib.error.URLError: <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self signed certificate in certificate chain (_ssl.c:1123)>.

Does anybody know this means ? Thank you for the help.

tashaunthill commented 3 years ago

I had the same issue. I believe there is a bug within Python that does not install the certs. Below steps may resolve this issue.

Go to Application->Python 3.X->Install Certificates.command

Once this command is ran, it should resolve the issue.