Skip to content

Commit 211db0b

Browse files
Merge pull request #291174 from jaesoni/old-tls-deprecation
TLS 1 and 1.1 deprecation note
2 parents ddfa5a4 + 1f34741 commit 211db0b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

articles/application-gateway/application-gateway-ssl-policy-overview.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: application gateway
55
author: greg-lindsay
66
ms.service: azure-application-gateway
77
ms.topic: concept-article
8-
ms.date: 06/06/2023
8+
ms.date: 11/28/2024
99
ms.author: greglin
1010
---
1111

@@ -17,6 +17,9 @@ The TLS policy includes control of the TLS protocol version as well as the ciphe
1717

1818
## Usage and version details
1919

20+
> [!IMPORTANT]
21+
> Starting **August 31, 2025**, all clients and backend servers interacting with Azure Application Gateway must use Transport Layer Security (TLS) 1.2 or higher, as [support for TLS 1.0 and 1.1 will be discontinued](https://azure.microsoft.com/updates/azure-application-gateway-support-for-tls-10-and-tls-11-will-end-by-31-august-2025).
22+
2023
- SSL 2.0 and 3.0 are disabled for all application gateways and are not configurable.
2124
- A custom TLS policy allows you to select any TLS protocol as the minimum protocol version for your gateway: TLSv1_0, TLSv1_1, TLSv1_2, or TLSv1_3.
2225
- If no TLS policy is chosen, a [default TLS policy](application-gateway-ssl-policy-overview.md#default-tls-policy) gets applied based on the API version used to create that resource.

0 commit comments

Comments
 (0)