App Transport Security のサポート
最終更新日 2018-08-03
Apple は、iOS 9 以降および OS X 10.11 (El Capitan) 以降を搭載したデバイスにインストールされたアプリケーションと Web サービスとの接続の安全性を向上させるため、App Transport Security (ATS) を採用しています。Fastly はすべての ATS 要件に完全に準拠しています。そのため、Fastly のサービスを利用している間に iOS や OS X ユーザーのサポートに問題が生じることはありません。
ATS 診断ツールによる診断結果
Apple の ATS 診断ツールを使用し、Fastly が ATS のすべての要件に準拠していることを確認しました。以下で診断ツールによる診断結果をご確認いただけます。
1$ /usr/bin/nscurl --ats-diagnostics https://www.fastly.com2Starting ATS Diagnostics3
4Configuring ATS Info.plist keys and displaying the result of HTTPS loads to https://www.fastly.com.5A test will "PASS" if URLSession:task:didCompleteWithError: returns a nil error.6
7Use '--verbose' to view the ATS dictionaries used and to display the error received in URLSession:task:didCompleteWithError:.8================================================================================9
10Default ATS Secure Connection11---12ATS Default Connection13
14Result : PASS15---16
17================================================================================18Allowing Arbitrary Loads19
20---21Allow All Loads22
23Result : PASS24---25
26================================================================================27
28Configuring TLS exceptions for www.fastly.com29
30---31TLSv1.232
33Result : PASS34---35
36---37TLSv1.138
39Result : PASS40---41
42---43TLSv1.044
45Result : PASS46---47
48================================================================================49
50Configuring PFS exceptions for www.fastly.com51
52---53Disabling Perfect Forward Secrecy54
55Result : PASS56---57
58================================================================================59
60Configuring PFS exceptions and allowing insecure HTTP for www.fastly.com61
62---63Disabling Perfect Forward Secrecy and Allowing Insecure HTTP64
65Result : PASS66---67
68================================================================================69
70Configuring TLS exceptions with PFS disabled for www.fastly.com71
72---73TLSv1.2 with PFS disabled74
75Result : PASS76---77
78---79TLSv1.1 with PFS disabled80
81Result : PASS82---83
84---85TLSv1.0 with PFS disabled86
87Result : PASS88---89
90================================================================================91
92Configuring TLS exceptions with PFS disabled and insecure HTTP allowed for www.fastly.com93
94---95TLSv1.2 with PFS disabled and insecure HTTP allowed96
97Result : PASS98---99
100---101TLSv1.1 with PFS disabled and insecure HTTP allowed102
103Result : PASS104---105
106---107TLSv1.0 with PFS disabled and insecure HTTP allowed108
109Result : PASS110---