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]