开发工具xcode7,且测试环境均关闭了Allow Arbitrary Loads;  但是iOS9系统的手机可以正常请求,ios10以上的就会报
(lldb) po error
Error Domain=NSURLErrorDomain Code=-1200 "An SSL error has occurred and a secure connection to the server cannot be made." UserInfo={NSURLErrorFailingURLPeerTrustErrorKey=<SecTrustRef: 0x170116ad0>, NSLocalizedRecoverySuggestion=Would you like to connect to the server anyway?, _kCFStreamErrorDomainKey=3, _kCFStreamErrorCodeKey=-9802, 且服务端的配置已经完全符合苹果对https服务器的要求,这是为什么呢?