Open ixgaming opened 8 years ago
I don't have time right now but I'll happily review any pull requests for this.
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:PASSWORD@cluster0-shard-00-00-fzf.mongodb.net: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 ?