tc / RMongo

R client to interface with MongoDB
102 stars 34 forks source link

Mongo 3.2 #42

Open ixgaming opened 8 years ago

ixgaming commented 8 years ago

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

tc commented 8 years ago

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

EnricowithR commented 8 years ago

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?

ixgaming commented 7 years ago

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