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.
我正在用 swift 5 编写一个需要连接到我的服务器的应用程序。我有完整的证书链。我已经实施了证书固定,当我有一个请求时我有一个成功的连接,但是当同时有多个请求时它失败了为什么证书固定不能同时处理多个请求?
我找到了解决方案,所以问题是由于会话的分配,我创建了一个静态变量会话来取消分配并且它成功运行