Skip to content

Commit abb78f2

Browse files
committed
Merge branch 'tls-retirement' of https://github.com/shpathak-msft/azure-docs-pr into tls-retirement
2 parents dc5b90d + be0d2bd commit abb78f2

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

articles/azure-cache-for-redis/cache-remove-tls-10-11.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,10 @@ ms.devlang: csharp, golang, java, javascript, php, python
1515
There's an industry-wide push toward the exclusive use of Transport Layer Security (TLS) version 1.2 or later. TLS versions 1.0 and 1.1 are known to be susceptible to attacks such as BEAST and POODLE, and to have other Common Vulnerabilities and Exposures (CVE) weaknesses. They also don't support the modern encryption methods and cipher suites recommended by Payment Card Industry (PCI) compliance standards. This [TLS security blog](https://www.acunetix.com/blog/articles/tls-vulnerabilities-attacks-final-part/) explains some of these vulnerabilities in more detail.
1616

1717
> [!IMPORTANT]
18-
> On August 1, 2024, the TLS 1.2 requirement will be enforced.
18+
> On October 1, 2024, the TLS 1.2 requirement will be enforced.
1919
>
20+
>
21+
2022

2123
As a part of this effort, we're making the following changes to Azure Cache for Redis:
2224

@@ -26,9 +28,9 @@ As a part of this effort, we're making the following changes to Azure Cache for
2628
| Date | Description |
2729
|-------- |-------------|
2830
| September 2023 | TLS 1.0/1.1 retirement announcement |
29-
| March 1, 2024 | Beginning March 1, 2024, you aren't able to set the Minimum TLS version for any cache to 1.0 or 1.1.
30-
| July 31, 2024 | Ensure that all your applications are connecting to Azure Cache for Redis using TLS 1.2 and Minimum TLS version on your cache settings is set to 1.2
31-
| August 1, 2024 | The minimum TLS version for all cache instances is updated to 1.2. Azure Cache for Redis instances reject connections using TLS 1.0 or 1.1.
31+
| March 1, 2024 | Beginning March 1, 2024, you will not be able to set the Minimum TLS version for any cache to 1.0 or 1.1.
32+
| September 30, 2024 | Ensure that all your applications are connecting to Azure Cache for Redis using TLS 1.2 and Minimum TLS version on your cache settings is set to 1.2
33+
| October 1, 2024 | Minimum TLS version for all cache instances is updated to 1.2. This means Azure Cache for Redis instances will reject connections using TLS 1.0 or 1.1.
3234

3335
> [!IMPORTANT]
3436
> The content in this article does not apply to Azure Cache for Redis Enterprise/Enterprise Flash as the Enterprise tiers support TLS 1.2 only.

articles/azure-cache-for-redis/cache-whats-new.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@ ms.date: 09/12/2023
1717

1818
### Remove TLS 1.0 and 1.1 from use with Azure Cache for Redis
1919

20-
To meet the industry-wide push toward the exclusive use of Transport Layer Security (TLS) version 1.2 or later, Azure Cache for Redis is moving toward requiring the use of the TLS 1.2 in August, 2024.
20+
To meet the industry-wide push toward the exclusive use of Transport Layer Security (TLS) version 1.2 or later, Azure Cache for Redis is moving toward requiring the use of the TLS 1.2 in October, 2024.
2121

2222
As a part of this effort, you can expect the following changes to Azure Cache for Redis:
2323

2424
- _Phase 1_: Azure Cache for Redis changes the default minimum TLS version to be 1.2 for newly created cache instances. Previously, it was TLS 1.0. Existing cache instances won't be updated at this point. You can still use the Azure portal or other management APIs to [change the minimum TLS version](cache-configure.md#access-ports) to 1.0 or 1.1 for backward compatibility.
25-
- _Phase 2_: Azure Cache for Redis stops supporting TLS 1.1 and TLS 1.0 starting August 1,2024. After this change, your application must use TLS 1.2 or later to communicate with your cache. The Azure Cache for Redis service is expected to be available while we migrate it to support only TLS 1.2 or later.
25+
- _Phase 2_: Azure Cache for Redis stops supporting TLS 1.1 and TLS 1.0 starting October 1, 2024. After this change, your application must use TLS 1.2 or later to communicate with your cache. The Azure Cache for Redis service is expected to be available while we migrate it to support only TLS 1.2 or later.
2626

2727
For more information, see [Remove TLS 1.0 and 1.1 from use with Azure Cache for Redis](cache-remove-tls-10-11.md)
2828

0 commit comments

Comments
 (0)