Ducas Francis

Results 5 comments of Ducas Francis

hi rob. are you just waiting on someone to validate this? do you have a nuget package around for the v2 branch? if not can you put up a prerelease...

sslVerifyCertificate=false is leaving yourself vulnerable to man in the middle attacks... not something you want in production - http://mongodb.github.io/mongo-csharp-driver/2.2/reference/driver/ssl/ > I think this exposes too much mongo-specific stuff What part...

Instead of sslVerifyCertificate=false, you can verify the public key of the endpoint you are connecting to. This will ensure you are connecting to the database server you intend to connect...

IMHO zookeeper is probably the eadiest place to get this. There are many zookeeper libraries out there for the most popular languages. If you perform a GetChildren query on /consumers...

Ah, sorry… ZK won't give you that. 😊