القاعدة المعرفية

  1. الرئيسية
  2. How To
  3. Enable TLS 1.0 on Windows
منشأ
معدل

مقالة 2743

Enable TLS 1.0 on Windows

For security reasons, TLS 1.0 is sometimes disabled by default on Windows. If you want to connect to a legacy FTP server which only supports this protocol version, TLS 1.0 must be enabled in the registry.

To enable TLS 1.0 import the following registry keys:

Windows Registry Editor Version 5.00

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

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\TLS 1.0\Client]
"Enabled"=dword:00000001

Alternatively, download TLS 1.0 on Windows.zip and double click (import) the Enable TLS 1.0 on Windows.reg.

References

  1. Transport Layer Security (TLS) registry settings

كلمات مفتاحية
TLS schannel

مقالات ذات علاقة
icon How to connect to Box (FTP Protocol)


What do you think about this topic? Send feedback!