Enumeration Case 列挙ケース

NSURLErrorAppTransportSecurityRequiresSecureConnection

App Transport Security disallowed a connection because there is no secure network connection. App Transport Securityは接続を却下しました、なぜなら安全なネットワーク接続がないためです。

Declaration 宣言

NSURLErrorAppTransportSecurityRequiresSecureConnection = -1022

Discussion 議論

Starting in iOS 9.0 and macOS v10.11, App Transport Security (ATS) is enabled by default for connections created by NSURLSession. ATS requires the use of best practice secure protocols in HTTPS. For more information on ATS, see NSAppTransportSecurity in Information Property List Key Reference. iOS 9.0およびmacOS 10.11から始まって、App Transport Security (ATS) はNSURLSessionによって作成される接続に対して初期状態で可能にされます。ATSは、HTTPSでの最良慣行の安全プロトコルの使用を要求します。ATSに関するさらなる情報として、NSAppTransportSecurityInformation Property List Key Referenceにおいて見てください。

See Also 参照

Error Codes さまざまなエラーコード