Base de connaissances

  1. Accueil
  2. How To
  3. Enable TLS 1.0 on Windows
Créé
Mise à jour

Article 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

Mots-clés
TLS schannel

Articles connexes
icon How to connect to Box (FTP Protocol)


What do you think about this topic? Send feedback!