Skip to content

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

Description

@andriivlasenko

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions