Our Products:   CompleteFTP  edtFTPnet/Free  edtFTPnet/PRO  edtFTPj/Free  edtFTPj/PRO
0 votes
2.1k views
in General by (220 points)
I

5 Answers

0 votes
by (161k points)
If you enable logging at the Debug level and post the relevant snippet around this error that should explain the problem. It is probably incompatible versions of TLS.
0 votes
by (220 points)
As I mentioned before, what we need it
0 votes
by (161k points)
Here is the problem:

Local min SSL version: 3.1, max SSL version: 3.2
Remote SSL version: 3.0


Set the SSLVersion property to SSLFTPSSLVersion.SSL3
0 votes
by (220 points)
Thanks for the support..

Im starting to use this product... where do I have to "Set the SSLVersion property to SSLFTPSSLVersion.SSL3" ??

It
0 votes
by (161k points)
All the documentation is installed with the product - take a look at the User Guide.

SecureFTPConnection ftp = new SecureFTPConnection();
ftp.SSLVersion = SSLFTPSSLVersion.SSL3;

Categories

...