RMongo icon indicating copy to clipboard operation
RMongo copied to clipboard

Mongo 3.2

Open ixgaming opened this issue 8 years ago • 3 comments

Do you plan to update the driver with Mongo 3.2 to allow authentication with SSL on replicaset ?

ixgaming avatar Sep 17 '16 19:09 ixgaming

I don't have time right now but I'll happily review any pull requests for this.

tc avatar Sep 18 '16 22:09 tc

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?

EnricowithR avatar Sep 21 '16 13:09 EnricowithR

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

ixgaming avatar Sep 23 '16 17:09 ixgaming