知识库
创建日期
修改日期
修改日期
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
What do you think about this topic? Send feedback!