Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我必须使用 MongoDB 创建一个 iOS 客户端,并且我需要保护连接。我正在考虑使用 ObjCMongoDB 库来执行此操作,因为该接口位于 Objective-C 中。我们可以在 MongoDB URI 中使用 ?ssl=true 选项吗?
抱歉,不,暂时没有。旧版 C 驱动程序不支持 SSL,据我所知,新的 C 驱动程序还没有任何 Objective-C 绑定。