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.
对此的文档只是说:“导致使用系统提供的默认行为。”
系统默认行为是什么?
我想系统会检查服务器的证书,对吗?
是的,如果挑战是针对服务器证书验证 ( [challenge.protectionSpace.authenticationMethod isEqualToString:NSURLAuthenticationMethodServerTrust]),系统将执行默认/安全 SSL 证书验证。
[challenge.protectionSpace.authenticationMethod isEqualToString:NSURLAuthenticationMethodServerTrust]