Uploaded image for project: 'C++ Driver'
  1. C++ Driver
  2. CXX-778

Allow configuration of SSL independently of the C driver

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

      SSL support depends on whatever the C driver was compiled with. We should offer C++11 driver users the ability to specify their desired SSL support at configuration time. E.g.:

      • Yes: use SSL, error if underlying C driver does not offer it
      • No: Don't use SSL, even if underlying C driver does offer it
      • Auto: SSL if C driver SSL.

      See https://github.com/mongodb/mongo-cxx-driver/pull/400#discussion_r47811488 for motivation

            Assignee:
            andrew.morrow@mongodb.com Andrew Morrow (Inactive)
            Reporter:
            andrew.morrow@mongodb.com Andrew Morrow (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: