-
Type: Task
-
Resolution: Done
-
Priority: Trivial - P5
-
Affects Version/s: legacy-1.0.0-rc0
-
Component/s: Implementation
We should be calling ismaster in DBClientConncetion::_connect even when SSL is enabled.
Right now we return if SSL is enabled and never get to set the wire version values, etc...: https://github.com/mongodb/mongo-cxx-driver/blob/legacy/src/mongo/client/dbclient.cpp#L1395
- is duplicated by
-
CXX-363 SSL enablement inhibits subsequent call to ismaster
- Closed