Disable TLS 1.0 & 1.1 Windows Server 2019

tnch57-5060 1 Reputation point
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 for business | Windows Server | User experience | Other
{count} votes

3 answers

Sort by: Most helpful
  1. Deleted

    This answer has been deleted due to a violation of our Code of Conduct. The answer was manually reported or identified through automated detection before action was taken. Please refer to our Code of Conduct for more information.


    Comments have been turned off. Learn more

  2. Michael Mardahl 0 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

    1 person found this answer helpful.

  3. Thameur-BOURBITA 36,261 Reputation points Moderator
    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


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.