Hi
We’ve just tried to upgrade to 5.4.7.2, and this has borked our ability to connect to one of our upstream suppliers’ SFTP servers.
We’re getting this:
com.jcraft.jsch.JSchException:
Session.connect: java.io.IOException: End of IO Stream Read
Googling about, it seems there’s likely a mismatch in some encryption handshaking or something like that. This is interesting:
I’d really like to get some debug logging of our attempts to connect to the supplier’s server via <cfftp>
, but all the guidance re logging for the flavour of Jsch yer using (Jsch Logging · mwiede/jsch Wiki · GitHub I believe) - is - unsurprisingly - Java-centric. No help to me using Lucee’s FTP wrapper.
Is there anything I can pass to in my JAVA_OPTS
or change settings in a config file to enable this logging?
For now we’re having to rollback to 5.4.4.38
Cheers for any insight.
–
Adam