Skip to content

Commit 0c7bcc5

Browse files
Merge pull request #229848 from flang-msft/main
fxl---fix typo from github verbatim
2 parents b71b976 + fbe06bb commit 0c7bcc5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn how to remove TLS 1.0 and 1.1 from your application when comm
44
author: flang-msft
55
ms.service: cache
66
ms.topic: conceptual
7-
ms.date: 05/25/2021
7+
ms.date: 03/07/2023
88
ms.author: franlanglois
99
ms.devlang: csharp, golang, java, javascript, php, python
1010

@@ -55,7 +55,7 @@ Most applications use Redis client libraries to handle communication with their
5555

5656
Redis .NET clients use the earliest TLS version by default on .NET Framework 4.5.2 or earlier, and use the latest TLS version on .NET Framework 4.6 or later. If you're using an older version of .NET Framework, enable TLS 1.2 manually:
5757

58-
* **StackExchange.Redis:** Set `ssl=true` and `sslprotocols=tls12` in the connection string.
58+
* **StackExchange.Redis:** Set `ssl=true` and `sslProtocols=tls12` in the connection string.
5959
* **ServiceStack.Redis:** Follow the [ServiceStack.Redis](https://github.com/ServiceStack/ServiceStack.Redis#servicestackredis-ssl-support) instructions and requires ServiceStack.Redis v5.6 at a minimum.
6060

6161
### .NET Core

0 commit comments

Comments
 (0)