Skip to content

Commit 17870d8

Browse files
committed
remove hard-coded locale
1 parent 43e51f4 commit 17870d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Redis .NET clients use the earliest TLS version by default on .NET Framework 4.5
5454

5555
Redis .NET Core clients default to the OS default TLS version which obviously depends on the the OS itself.
5656

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).
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/dotnet/framework/network-programming/tls#support-for-tls-12).
5858

5959
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.
6060

0 commit comments

Comments
 (0)