Skip to content

Commit b49cfe7

Browse files
Merge pull request #303278 from JackStromberg/patch-12
TLS 1.3
2 parents 109d34f + 6ea91a8 commit b49cfe7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/application-gateway/for-containers/tls-policy.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: application gateway
55
author: mbender-ms
66
ms.service: azure-appgw-for-containers
77
ms.topic: concept-article
8-
ms.date: 03/21/2024
8+
ms.date: 7/24/2025
99
ms.author: mbender
1010
# Customer intent: As a cloud architect, I want to configure a custom TLS policy for the Application Gateway in my Kubernetes environment, so that I can enhance security and compliance by controlling the TLS version and cipher suites used for secure connections.
1111
---
@@ -31,7 +31,7 @@ The following table shows the list of cipher suites and minimum protocol version
3131
| Predefined policy names | 2023-06 | 2023-06-S |
3232
| ---------- | ---------- | ---------- |
3333
| **Minimum protocol version** | TLS 1.2 | TLS 1.2 |
34-
| **Enabled protocol versions** | TLS 1.2 | TLS 1.2 |
34+
| **Enabled protocol versions** | TLS 1.2, TLS 1.3 | TLS 1.2, TLS 1.3 |
3535
| TLS_AES_256_GCM_SHA384 | ✓ | ✓ |
3636
| TLS_AES_128_GCM_SHA256 | ✓ | ✓ |
3737
| TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384 | ✓ | ✓ |

0 commit comments

Comments
 (0)