知識庫

  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!