Problem
How to enable TLS 1.2 on Windows Server R2?
Resolution
Quovadis recommends enabling and using the TLS 1.2 protocol on your server. TLS 1.2 have improvements over previous versions of the TLS and SSL protocol which would improve your level of security. By default, Windows Server R2 does not has this feature enabled. This KB article would describe the process to enable this.
- Start the Registry Editor by clicking on Start and Run. Type in ' regedit ' into the Run field (without quotations).
- Highlight Computer at the top of the registry tree. Backup the registry first by clicking onFile and then on Export. Select a file location to save the registry file.
Note:
You'll be
editing the registry. This could has detrimental effects on your computer if do incorrectly, so it's strongly advised to make a backup.
- Browse to the following registry key:
Hkey_local_machine\system\currentcontrolset\control\securityproviders\schannel\protocols
- Right click on the Protocols folder and select New and then Key from the Drop-down menu. This would create new folder. Rename This folder to TLS 1.2.
- Right click on the TLS 1.2 key and add the new keys underneath it.
- Rename the new keys as:
- Right click on the Client key and select New and then DWORD (32-bit) Value from the drop- Down list.
- Rename the DWORD to disabledbydefault.
- Right-click the name disabledbydefault and select Modify ... from the Drop-down menu.
- Ensure the Value data field is set to 0 and the Base is hexadecimal. Click on OK.
- Create another DWORD for the Client key as you do in Step 7.
- Rename This second DWORD to Enabled.
- Right-click the name Enabled and select Modify ... from the Drop-down menu.
- Ensure the Value data field is set to 1 and the Base is hexadecimal. Click on OK.
- Repeat steps 7 to + for the Server keys (by creating, DWORDs, disabledbydefault and Enabled, and their values underneath the Server key).
- Reboot the server.
Your server should now support TLS 1.2.
Note: This article cannot is used on a Windows Server 2003 (IIS 6). Windows Server 2003 does not support the TLS 1.2 protocol.
Reverting back
If you make a mistake or something just isn ' t right, you can revert back to your previous registry settings by opening the Registry Editor and importing the backup you made in step x.
How to enable TLS 1.2 on Windows Server R2