Skip to content

Commit 6e9cd2e

Browse files
committed
Add another H2
1 parent 71b32ad commit 6e9cd2e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

articles/notification-hubs/notification-hubs-tls12.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ms.workload: mobile
1313
ms.tgt_pltfrm: mobile-multiple
1414
ms.devlang: multiple
1515
ms.topic: article
16-
ms.date: 01/28/2020
16+
ms.date: 01/30/2020
1717
ms.author: sethm
1818
ms.reviewer: jowargo
1919
ms.lastreviewed: 01/28/2020
@@ -25,6 +25,8 @@ To ensure a higher level of security, Notification Hubs will disable support for
2525

2626
We recommend that you review your all of your applications that use Azure Notification Hubs, to ensure that they use the most applicable libraries and TLS stacks that support TLS 1.2.
2727

28+
## Update apps
29+
2830
You can ensure that your iOS apps are using TLS 1.2 using Apple's networking security feature called App Transport Security (ATS). ATS cannot be used for SDKs older than iOS 9.0 or macOS 10.11, and you can read further about it from [Apple's documentation](https://developer.apple.com/documentation/security/preventing_insecure_network_connections).
2931

3032
For Android applications using SSLSocket instances, set enabled protocols on each SSLSocket instance as noted in [setEnabledProtocols](https://developer.android.com/reference/javax/net/ssl/SSLSocket#setEnabledProtocols(java.lang.String%5B%5D)).

0 commit comments

Comments
 (0)