You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/application-gateway/application-gateway-tls-version-retirement.md
+31-25Lines changed: 31 additions & 25 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,45 +21,51 @@ With deprecation of TLS versions 1.0 and 1.1, the **older Predefined TLS policie
21
21
22
22
The predefined policies 20150501 and 20170401 that support TLS v1.0 and 1.1 will be discontinued and can no longer be associated with an Application Gateway resource after August 2025. It is advised to transition to one of the recommended TLS policies, 20220101 or 20220101S. Alternatively, the 20170401S policy may be used if specific cipher suites are required.
23
23
24
-

24
+

25
25
26
26
### Custom policies for V2 SKUs
27
27
28
28
Azure Application Gateway V2 SKU offers two types of custom policies: Custom and CustomV2. The retirement of these TLS versions will affect only the “Custom” policy. The newer “CustomV2” policy comes with TLS v1.3. Beyond August 2025, the older Custom policy will support only TLS v1.2 and the following cipher suites will NOT be supported.
29
29
30
-
TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384
31
-
TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256
32
-
TLS_DHE_RSA_WITH_AES_256_GCM_SHA384
33
-
TLS_DHE_RSA_WITH_AES_128_GCM_SHA256
34
-
TLS_DHE_RSA_WITH_AES_256_CBC_SHA
35
-
TLS_DHE_RSA_WITH_AES_128_CBC_SHA
36
-
TLS_DHE_DSS_WITH_AES_256_CBC_SHA256
37
-
TLS_DHE_DSS_WITH_AES_128_CBC_SHA256
38
-
TLS_DHE_DSS_WITH_AES_256_CBC_SHA
39
-
TLS_DHE_DSS_WITH_AES_128_CBC_SHA
40
-
TLS_RSA_WITH_3DES_EDE_CBC_SHA
41
-
TLS_DHE_DSS_WITH_3DES_EDE_CBC_SHA
30
+
| Unsupported cipher suites |
31
+
| ---------- |
32
+
| TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384 |
33
+
| TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256 |
34
+
| TLS_DHE_RSA_WITH_AES_256_GCM_SHA384 |
35
+
| TLS_DHE_RSA_WITH_AES_128_GCM_SHA256 |
36
+
| TLS_DHE_RSA_WITH_AES_256_CBC_SHA |
37
+
| TLS_DHE_RSA_WITH_AES_128_CBC_SHA |
38
+
| TLS_DHE_DSS_WITH_AES_256_CBC_SHA256 |
39
+
| TLS_DHE_DSS_WITH_AES_128_CBC_SHA256 |
40
+
| TLS_DHE_DSS_WITH_AES_256_CBC_SHA |
41
+
| TLS_DHE_DSS_WITH_AES_128_CBC_SHA |
42
+
| TLS_RSA_WITH_3DES_EDE_CBC_SHA |
43
+
| TLS_DHE_DSS_WITH_3DES_EDE_CBC_SHA |
42
44
43
45
### Predefined policies for V1 SKUs
44
46
45
47
The V1 SKU will only support the 20170401S policy after the older policies with TLS versions 1.0 and 1.1 are discontinued. The newer 20220101 or 20220101S policies will not be available for the soon-to-be-retired V1 SKU.
46
48
49
+

50
+
47
51
### Custom policies for V1 SKUs
48
52
49
53
Application Gateway V1 SKU only supports the older “Custom” policy. Beyond August 2025, this older Custom policy will support only TLS v1.2 and the following cipher suites will NOT be supported.
0 commit comments