Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Certificate error #37

Closed
pkkrusty opened this issue May 14, 2024 · 2 comments
Closed

Certificate error #37

pkkrusty opened this issue May 14, 2024 · 2 comments

Comments

@pkkrusty
Copy link

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
Copy link
Owner

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?

@pkkrusty
Copy link
Author

Got it working on Debian, so never figured this one out.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants