-
Type: Task
-
Resolution: Done
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: Configuration
-
None
Hi,
I'm trying to connect ssl enabled mongo cluster from spark and I want to set this configuration in the spark connector the way we do for other drivers.
MongoClient.connect("mongodb://localhost:27017?ssl=true", { sslValidate:true, checkServerIdentity:false, sslCA:ca }, function(err, client) { client.close(); });