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.
我只是在编写一个 iPhone 应用程序,我想建立一个到客户端服务器的 https 连接。到目前为止,我已经使用了 ASIHTTPRequest。
到目前为止,我学到的是我需要一个证书才能与服务器建立 https 连接。但我还必须用 ssl 加密数据交换。这是在后台完成的吗?所以我的意思是 - 是由 ASIHTTPRequest、CFNetwork 或 NSURLConnection 或其他任何东西完成的。如果不是,我怎么能意识到这一点?
如果您问是否需要自己加密数据,答案是否定的。只要您通过 HTTPS 而不是 HTTP 发送数据,底层的 Objective-C 库就会为您解决这个问题。