Bug in not-yet-released code from CDRIVER-2004. A URI like this, currently does not turn on SSL:
mongodb://localhost/?sslclientcertificatekeyfile=client.pm
We should update the URI parser to turn on SSL if any of the ssl options are present:
- sslclientcertificatekeyfile
- sslcertificateauthorityfile
- sslallowinvalidcertificates
- sslallowinvalidhostnames
Explicitly setting ssl=false should disable ssl, even if other ssl related options are set.
- is related to
-
CDRIVER-2004 Add SSL Configuration options to the URI / Enable X.509 auth through URI
- Closed