Details
-
New Feature
-
Resolution: Won't Fix
-
Minor - P4
-
None
-
None
-
None
-
(copied to CRM)
Description
At present Java driver does not provide an option for MongoClient or MongoClientURI that could be used to enable/disable SSL certificate validation. This seems inconsistent with other drivers (e.g. VerifySslCertificate in C#, ssl_cert_reqs=ssl.CERT_NONE in PyMongo).
It would be nice to have a similar option implemented in the Java driver.