Skip to content

Commit 4503146

Browse files
Merge pull request #233996 from flang-msft/fxl---Update-best-practices-107162
Fxl update best practices 107162
2 parents 846d820 + 25ac4ec commit 4503146

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

articles/azure-cache-for-redis/cache-best-practices-development.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: Learn how to develop code for Azure Cache for Redis.
55
author: flang-msft
66
ms.service: cache
77
ms.topic: conceptual
8-
ms.date: 04/15/2022
8+
ms.date: 04/10/2023
99
ms.author: franlanglois
1010

1111
---
@@ -110,7 +110,9 @@ Microsoft is updating Azure services to use TLS server certificates from a diffe
110110
111111
#### Does this change affect me?
112112

113-
We expect that most Azure Cache for Redis customers aren't affected by the change. Your application may be impacted if it explicitly specifies a list of acceptable certificates, a practice known as “certificate pinning”. If it's pinned to an intermediate or leaf certificate instead of the Baltimore CyberTrust Root, you should **take immediate actions** to change the certificate configuration.
113+
We expect that most Azure Cache for Redis customers aren't affected by the change. Your application might be affected if it explicitly specifies a list of acceptable certificates, a practice known as “certificate pinning”. If it's pinned to an intermediate or leaf certificate instead of the Baltimore CyberTrust Root, you should **take immediate actions** to change the certificate configuration.
114+
115+
Azure Cache for Redis doesn't support [OCSP stapling](https://docs.redis.com/latest/rs/security/certificates/ocsp-stapling/).
114116

115117
The following table provides information about the certificates that are being rolled. Depending on which certificate your application uses, you might need to update it to prevent loss of connectivity to your Azure Cache for Redis instance.
116118

0 commit comments

Comments
 (0)