You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
is it already possible to connect rmongo to a mongodb which requires a SSL certificate with self signed certificate?
if so, what is the command for that?
What we need is to be able to connect to last version of mongo 3.2.9 with an uri like this :
mongodb://LOGIN:[email protected]:27017,cluster0-shard-00-01-fzf.mongodb.net:27017,cluster0-shard-00-02-fzf.mongodb.net:27017/admin?ssl=true&replicaSet=Cluster0-shard-0&authSource=admin
Do you plan to update the driver with Mongo 3.2 to allow authentication with SSL on replicaset ?
The text was updated successfully, but these errors were encountered: