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

SSL Certificate Issue on Windows 10 with Anaconda (with solution) #11

Open
andriivlasenko opened this issue Feb 12, 2024 · 1 comment
Open

Comments

@andriivlasenko
Copy link

I followed the guide in Readme file to try and fix the SSL issue. It didn't work. What worked is the following...
Run in pyhton:
print(ssl.get_default_verify_paths().openssl_cafile)
It will show you the directory where you should have your root certs for python. In my case that directory didn't exist. I created it. Copied isrg-root-x1-cross-signed.pem file into that directory and renamed it to "cert.pem". Works like a charm now. If you already have "cert.pem" - then you would need to use openssl to merge isrg-root-x1 with your existing certs.

@javiifu
Copy link

javiifu commented May 15, 2024

Hi.
How can i do this change?? and how can i fusion both files

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