Enabling TLS1.2 on Windows 7

Enable TLS 1.2 on Windows 7

Windows 7 supports TLS 1.1 and TLS 1.2. However these protocol versions are not enabled on Windows 7 by default. On Windows 8 and higher the protocols are enabled by default. To enable TLS 1.1. and TLS 1.2 on Windows 7 import the following registry keys:

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\TLS 1.1\Client]
"DisabledByDefault"=dword:00000000

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\TLS 1.1\Server]
"DisabledByDefault"=dword:00000000

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\TLS 1.2\Client]
"DisabledByDefault"=dword:00000000

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\TLS 1.2\Server]
"DisabledByDefault"=dword:00000000

Alternatively, download TLS 1.2 on Windows 7.zip and double click (import) the Enable TLS 1.x on Windows 7.reg.

References

  1. http://support.microsoft.com/kb/245030


  • TLS1.2, Windows 7, SMTP failing, email, outlook
  • 9 istifadəçi bunu faydalı hesab edir
Bu cavab sizə kömək etdi?

Uyğun məqalələr

Adding additional Domains to my account

If your package allows more than 1 domain to be added you can add additional domain names and run...

How do I view my website before DNS propogation

Many website used to (some still do) allow you to view your website using the servers IP address...

Resetting email passwords

There are two ways in which you can reset your email password.A. Submit a ticket to the helpdesk...

I can't connect Outlook to send emails

Some customer experience issues when trying to connect Outlook to SMTP to send emails.This is due...

Backing up your data in CPanel

In this article we will show you how to do a Full cPanel Backup of your account. Backing up your...