1

I have to create an iOS client using MongoDB and I need to secure the connection. I'm considering ObjCMongoDB library to do it because the interface is in Objective-C. Can we use the ?ssl=true option in the MongoDB URI as described there?

ericg
  • 25
  • 1
  • 6

1 Answers1

0

Sorry, nope, not at this time. The Legacy C Driver has no SSL support, and as far as I'm aware there are not yet any Objective-C bindings for the new C driver.

paulmelnikow
  • 16,895
  • 8
  • 63
  • 114