Enabling TLS 1.2 on a Windows Server (2024)

Rackspace strongly recommends enabling the Transport Layer Security (TLS) protocol 1.2 or newer on Windows Server. As of the end of 2020, TLS versions 1.0 and 1.1 are no longer supported. This means that systems that don’t support TLS 1.2 or higher are now incapable of creating secure connections.

🚧

This article contains steps that tell you how to modify the registry. However, serious problems might occur if you modify the registry incorrectly. Therefore, make sure that you follow the steps carefully. For added protection, back up the registry before you modify it. Then, you can restore the registry if a problem occurs. For more information about how to back up and restore the registry, see How to back up and restore the registry in Windows.

Prerequisites

1- For Windows Server 2008 SP2, KB4019276 must be installed.

2- For Windows Server 2008 R2, Windows Server 2008 R2 Service Pack 1 KB976932 must be installed.

3- The .NET framework on your server should be 4.5 or newer.

How to Enable TLS 1.2 manually.

Per the TLS-SSL Settings article, for TLS 1.2 to be enabled and negotiated by Windows, the following registry locations, subkeys, and values must be set as follows:

  • TLS 1.2 Client subkey
    • Registry location: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\TLS 1.2\Client
      • DWORD name: DisabledByDefault
      • DWORD value: 0
      • DWORD name: Enabled
      • DWORD value: 1
  • TLS 1.2 Server subkey
    • Registry location: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\TLS 1.2\Server
      • DWORD name: DisabledByDefault
      • DWORD value: 0
      • DWORD name: Enabled
      • DWORD value: 1

How to Enable TLS 1.2 with Powershell.

Execute the following commands in Powershell to enable TLS 1.2:

# Make TSL 1.2 protocol registry keys.md "HKLM:\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\TLS 1.2" md "HKLM:\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\TLS 1.2\Server" md "HKLM:\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\TLS 1.2\Client" # Enable TLS 1.2 for client and server SCHANNEL communications.new-itemproperty -path "HKLM:\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\TLS 1.2\Server" -name "Enabled" -value 1 -PropertyType "DWord" new-itemproperty -path "HKLM:\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\TLS 1.2\Server" -name "DisabledByDefault" -value 0 -PropertyType "DWord" new-itemproperty -path "HKLM:\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\TLS 1.2\Client" -name "Enabled" -value 1 -PropertyType "DWord" new-itemproperty -path "HKLM:\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\TLS 1.2\Client" -name "DisabledByDefault" -value 0 -PropertyType "DWord" 

NOTE: A reboot is required for the changes to go into effect.

Related articles

Use the Feedback tab to make any comments or ask questions. You can also start a conversation with us.

Updated 9 months ago

Enabling TLS 1.2 on a Windows Server (2024)
Top Articles
7 Best Cheap Crypto to Buy Now: Penny Cryptos Up for 100x Staggering Gains - Brave New Coin
CDC UNS - PT TOYOTA ASTRA FINANCIAL SERVICES
Xre-02022
Algebra Calculator Mathway
Lycoming County Docket Sheets
Top Hat Trailer Wiring Diagram
RBT Exam: What to Expect
Lima Funeral Home Bristol Ri Obituaries
5 high school volleyball stars of the week: Sept. 17 edition
Char-Em Isd
Walmart stores in 6 states no longer provide single-use bags at checkout: Which states are next?
Paychex Pricing And Fees (2024 Guide)
Plan Z - Nazi Shipbuilding Plans
The Grand Canyon main water line has broken dozens of times. Why is it getting a major fix only now?
Divina Rapsing
Gia_Divine
Glenda Mitchell Law Firm: Law Firm Profile
Lista trofeów | Jedi Upadły Zakon / Fallen Order - Star Wars Jedi Fallen Order - poradnik do gry | GRYOnline.pl
Att.com/Myatt.
Xfinity Cup Race Today
Www Va Lottery Com Result
Integer Division Matlab
EVO Entertainment | Cinema. Bowling. Games.
Gillette Craigslist
Cylinder Head Bolt Torque Values
Pokemon Inflamed Red Cheats
Rainfall Map Oklahoma
60 Second Burger Run Unblocked
Nail Salon Open On Monday Near Me
Yoshidakins
The Best Carry-On Suitcases 2024, Tested and Reviewed by Travel Editors | SmarterTravel
Back to the Future Part III | Rotten Tomatoes
Craigs List Stockton
Directions To 401 East Chestnut Street Louisville Kentucky
Srg Senior Living Yardi Elearning Login
Firestone Batteries Prices
O'reilly's El Dorado Kansas
Devon Lannigan Obituary
Nail Salon Open On Monday Near Me
Timothy Warren Cobb Obituary
Spurs Basketball Reference
Fluffy Jacket Walmart
Nope 123Movies Full
Server Jobs Near
Every Type of Sentinel in the Marvel Universe
Amourdelavie
Grandma's Portuguese Sweet Bread Recipe Made from Scratch
Varsity Competition Results 2022
Latest Posts
Article information

Author: Roderick King

Last Updated:

Views: 6379

Rating: 4 / 5 (51 voted)

Reviews: 90% of readers found this page helpful

Author information

Name: Roderick King

Birthday: 1997-10-09

Address: 3782 Madge Knoll, East Dudley, MA 63913

Phone: +2521695290067

Job: Customer Sales Coordinator

Hobby: Gunsmithing, Embroidery, Parkour, Kitesurfing, Rock climbing, Sand art, Beekeeping

Introduction: My name is Roderick King, I am a cute, splendid, excited, perfect, gentle, funny, vivacious person who loves writing and wants to share my knowledge and understanding with you.