Disable TLS 1.0 & 1.1 Windows Server 2019

tnch57-5060 21 Reputation points
2024-02-11T09:04:53.31+00:00

Our Windows 2019 Version 1809 (OS Build 17763.53.29) RRAS VPN servers are still accepting requests over TLS 1.0 & 1.1, even after applying the following changes this week. Can someone please shed some light on what could be the reason behind this? Please refer to the screenshot attached to this post, where you will see how we have created the registry entries to disable TLS 1.0 & 1.1. Step 1: Navigate to "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols". Create a key named "TLS 1.1" with two DWORDs for both TLS 1.0 & 1.1: "DisabledByDefault=1" & "Enabled=0". Similarly, create a key named "TLS 1.0" with two DWORDs for each protocol, "DisabledByDefault=1" & "Enabled=0". Step 2: Execute the commands Disable-TlsCipherSuite -Name "TLS_RSA_WITH_AES_128_CBC_SHA" and Disable-TlsCipherSuite -Name "TLS_RSA_WITH_AES_256_CBC_SHA". Reference: Microsoft Docs on TLS Registry Settings After completing the change request (CR), when I check to see if TLS 1.0 & 1.1 are still enabled, it appears that they are. User's image

Windows Server
Windows Server
A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.
12,522 questions
{count} votes

2 additional answers

Sort by: Most helpful
  1. Thameur-BOURBITA 32,621 Reputation points
    2024-02-11T10:08:13.9566667+00:00

    Hi @Suriya, Sujithkumar

    I invite you to read this article :

    How to Disable TLS 1.0 and TLS 1.1 in Windows Using GPO

    ---Please don't forget to accept helpful answer


  2. Michael Mardahl 75 Reputation points MVP
    2024-02-11T16:21:33.0666667+00:00

    Just checking.. but you did reboot after making the changes right? (I know you did, but had to check!).

    Also:

    I found this info in this good thread:
    https://serverfault.com/questions/795562/tls-1-0-still-being-used-in-iis-after-its-been-disabled