Type Property 型プロパティ

appTransportSecurityRequiresSecureConnection

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

Declaration 宣言

static var appTransportSecurityRequiresSecureConnection: URLError.Code { get }

Discussion 議論

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

See Also 参照

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