-
Type:
Bug
-
Resolution: Done
-
Priority:
Minor - P4
-
Affects Version/s: None
-
Component/s: None
Should not allow
// Connection URL var url = 'mongodb://mvamgo2:27000/test?replicaSet=rs1&ssl=true' var options = { wutPropertyLol: { sslValidate: false } }; // Use connect method to connect to the server MongoClient.connect(url, options, function(err, db) {