Knowledge Base

Home > FTP Client Errors > SSL/TLS not working with Windows Vista

Created 22 Feb 2008
Modified 22 Feb 2008
Hits 3323

Print Print Article

File Article 2597

SSL/TLS not working with Windows Vista

Problem
Unable to establish an SSL/TLS session on Windows Vista to some FTP servers. For example Netware. In this case the log may look like this:
[06:55:58] Connected to ftp.host.tld.
[06:55:58] 220 Service Ready for new User
[06:55:58] AUTH TLS
[06:55:59] 234 Enabling SSL
[06:55:59] Connected. Exchanging encryption keys...
[06:56:58] An established connection was aborted by the software in your host machine.

Reason
By default SSL 2.0 is disabled on Windows Vista for security reasons.

Workaround
Enable SSL 2.0 by editing the registry. Set the DisabledByDefault value to 0.
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\Schannel\Protocols\SSL 2.0\Client
DisabledByDefault DWORD 0x00000000

Keywords
ssl, tls, 2.0, netware

Related Articles


Please choose 1 to 5 whether this article solves your problem.

1 No Help at all

5 Problem Solved