daniel-widrick / zap2it-GuideScraping

MIT License
58 stars 20 forks source link

Certificate error #37

Open pkkrusty opened 1 month ago

pkkrusty commented 1 month ago

I get the following error trying to run the script on a mac:

ssl.SSLCertVerificationError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1000)

Any ideas?

daniel-widrick commented 1 month ago

The error suggests a certificate problem. Specifically that your local machine can't verify the https certificate's authenticity.

This suggests that you are missing root certificates on the system in question.

I've seen some people have luck with pip3 install --upgrade certifi but to further troubleshoot we'll need more details.

What os are you running? Are you running via docker or on bare metal?