This article will guide you through enabling TLS 1.2 on Windows 7.
TLS is a replacement for the Secure Sockets Layer protocol (SSL). It provides secure communications on the internet. It is used for web browsers and other applications that require data to be securely exchanged over a network, such as email, file transfers, VPN connection, and voice-over IP.
Windows 7 supports TLS 1.1 and TLS 1.2. But these protocol versions are not enabled on Windows 7 by default. However, these protocols are enabled by default on Windows 8 and higher versions.
Follow the steps below to enable TLS 1.2 on Windows 7.
1. Click on the Windows button located on the Status bar and then click on the Run button.
2. In the run field, type the text "regedit" and click on the Ok button to open the Registry editor.
3. Once you click on the Ok button, you will get the following windows.
4. Browse the following registry key in this window.
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols
5. Right-click on the Protocols folder, select New, and then Key from the drop-down menu.
6. Once you click on the key option, this will create a new folder, “New Key #1”. You have to rename it with the name “TLS 1.2”.
7. Right-click on the TLS 1.2 key, select New, and then Key from the drop-down menu.
8. By clicking on the key option, will create a new folder, “New Key #1”. You have to rename it with the name “Client”.
9. Right-click on the Client key and select New and then DWORD (32-bit) Value from the drop-down list.
10. Once you click on the DWORD (32-bit) value. It will create a file with the name “New value #1”. You have to rename that file to DisabledByDefault.
11. Once all the steps are completed, reboot the system to implement the changes
→ Looking to enable TLS 1.2 on Windows 10? Please refer to enable TLS 1.2 on windows 10 for more details.