Skip to content

Commit 43e51f4

Browse files
aravindyeduvakav-kents
authored andcommitted
Update cache-remove-tls-10-11.md
Improved instructions for .NET Core clients.
1 parent 763f1af commit 43e51f4

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

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

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,12 @@ Redis .NET clients use the earliest TLS version by default on .NET Framework 4.5
5252

5353
### .NET Core
5454

55-
Redis .NET Core clients use the latest TLS version by default.
55+
Redis .NET Core clients default to the OS default TLS version which obviously depends on the the OS itself.
56+
57+
Depending on when the OS was released and if any other patches changed the default TLS version, the OS TLS version could be quite varied. While there is no complete information about this, for Windows OS specifically you can find more information [here](https://docs.microsoft.com/en-us/dotnet/framework/network-programming/tls#support-for-tls-12).
58+
59+
However, if you are using a old OS or just wanted to be sure we recommend to configure the preferred TLS version manually through the client.
60+
5661

5762
### Java
5863

0 commit comments

Comments
 (0)