| Author |
Clash between axis client and secure ftp
|
John Farrel
Ranch Hand
Joined: May 24, 2010
Posts: 65
|
|
I have client code calling a web service in a painfully convoluted manner, as detailed here.
Elsewhere in another thread I have code creating a secure ftp connection using ftp4che library.
That code is called like so:
If I attempt to create the ftp connection after any (successful) call to the web service, I get this error:
Googling tells me this error occurs when the ftp server is set to SSLv3 and the client attempts an SSLv2 connection.
So it seems like axis is setting some system-wide setting that causes this.
Does anyone have an idea how this could be fixed?
John
|
 |
John Farrel
Ranch Hand
Joined: May 24, 2010
Posts: 65
|
|
So just me then.
|
 |
 |
|
|
subject: Clash between axis client and secure ftp
|
|
|