知识库

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

创建日期 22 Feb 2008
修改日期 14 Jan 2009
点击 9770

打印 打印文章

File 文章 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:
Connected to ftp.host.tld.
220 Service Ready for new User
AUTH TLS
234 Enabling SSL
Connected. Exchanging encryption keys...
An established connection was aborted by the software in your host machine.

or

AUTH TLS
234 AUTH command accepted - proceed with Negotiation.
Connected. Exchanging encryption keys...
SSL/TLS client handshake failed (Error = 0x80090308).
The token supplied to the function is invalid

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

关键字
ssl, tls, 2.0, netware

相关文章


此文是否解决了您的问题,请选择 1 到 5。

1 毫无帮助

5 问题已解决

What do you think about this topic? Send feedback!