Uploaded image for project: 'Python Driver'
  1. Python Driver
  2. PYTHON-874

Use certifi or wincertstore to load CA certificates on older pythons

    • Type: Icon: Improvement Improvement
    • Resolution: Done
    • Priority: Icon: Major - P3 Major - P3
    • 3.0
    • Affects Version/s: None
    • Component/s: None
    • Labels:
      None

      Python versions that don't provide SSLContext.load_default_certs can't load system CA certificates on Windows. The wincertstore package on pypi could be used to solve that problem:

      https://pypi.python.org/pypi/wincertstore

      Python versions that don't provide SSLContext can't load system CA certificates on any platform. Instead we could optionally load the Mozilla CA bundle through certifi as a last resort:

      https://pypi.python.org/pypi/certifi

            Assignee:
            bernie@mongodb.com Bernie Hackett
            Reporter:
            bernie@mongodb.com Bernie Hackett
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: