by Jérémie Lumbroso posted on 2004/05/29 |
|
When I use the FTP sample provided with the Security package to connect to this FTP using option [2] (or "secure connection"):
ftps://dowbot:SSL%2Ftls0@129.177.34.97:63091/
I get the following error:
"The server hello message uses a protocol that was not recognized."
at Org.Mentalis.Security.Ssl.Shared.CompatibilityLayer.ProcessServerHello(Byte[] bytes, Int32 offset, Int32 size)
at Org.Mentalis.Security.Ssl.Shared.CompatibilityLayer.ProcessHello(Byte[] bytes, Int32 offset, Int32 size)
at Org.Mentalis.Security.Ssl.Shared.SocketController.OnReceive(IAsyncResult ar)
This was after the DoAuth() method, which uses the ChangeSecurityProtocol method of the SecuritySocket while it is connected -- despite the counter-indications of the documentation.
Also, how do you open private data connections with SecureSockets?
|