기술 자료

  1. How To
  2. 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!