zap2it-GuideScraping icon indicating copy to clipboard operation
zap2it-GuideScraping copied to clipboard

Certificate error

Open pkkrusty opened this issue 9 months ago • 1 comments

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?

pkkrusty avatar May 14 '24 01:05 pkkrusty

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?

daniel-widrick avatar May 22 '24 01:05 daniel-widrick