-
Type: Bug
-
Resolution: Won't Fix
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
When upgrading MongoDB to use SSL the driver will be talking to a mixed set of servers, some with and some without SSL.
See http://docs.mongodb.org/manual/tutorial/upgrade-cluster-to-ssl/
To keep the driver happy, it should be configured to "prefer" an SSL connection (similar to the sslMode preferSSL), but if it fails its OK to reconnect without SSL.