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
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.
16
16
17
17
> [!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.
19
19
>
20
+
>
21
+
20
22
21
23
As a part of this effort, we're making the following changes to Azure Cache for Redis:
22
24
@@ -26,9 +28,9 @@ As a part of this effort, we're making the following changes to Azure Cache for
26
28
| Date | Description |
27
29
|-------- |-------------|
28
30
| 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.
32
34
33
35
> [!IMPORTANT]
34
36
> 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.
Copy file name to clipboardExpand all lines: articles/azure-cache-for-redis/cache-whats-new.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,12 +17,12 @@ ms.date: 09/12/2023
17
17
18
18
### Remove TLS 1.0 and 1.1 from use with Azure Cache for Redis
19
19
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.
21
21
22
22
As a part of this effort, you can expect the following changes to Azure Cache for Redis:
23
23
24
24
-_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.
26
26
27
27
For more information, see [Remove TLS 1.0 and 1.1 from use with Azure Cache for Redis](cache-remove-tls-10-11.md)
0 commit comments