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

SSL certificate verification

    • Type: Icon: New Feature New Feature
    • Resolution: Done
    • Priority: Icon: Major - P3 Major - P3
    • 2.5
    • Affects Version/s: None
    • Component/s: None
    • Labels:
      None

      MongoDB 2.4 will support SSL certificate verification. PyMongo needs to implement client side support.

      PyMongo's connection classes will support optional keyword parameters (through **kwargs) for keyfile, certfile, and ca_certs, the values of which will be passed to ssl.wrap_socket:

      http://docs.python.org/2/library/ssl.html#ssl.wrap_socket

      (Sadly, python doesn't support a way to use OpenSSL's default cert path until 3.2 - http://docs.python.org/3.2/library/ssl.html#ssl-contexts.)

      These new parameters will not be supported in the MongoDB URI.

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

              Created:
              Updated:
              Resolved: