Hi Experts,
We are facing the following issue when trying to connect to the SFTP Server. It's a simple outbound interface (IDOC > PI > SFTP Server)
12/08/2014 18:06:23.077 | Information | MP: processing local module localejbs/ModuleProcessorExitBean |
12/08/2014 18:06:23.077 | Information | Message entered AF MP exit bean and will be passed to the JCA adapter now. |
12/08/2014 18:06:23.079 | Information | Filesize is 279 Bytes |
12/08/2014 18:06:24.082 | Error | Adapter Framework caught exception: com.jcraft.jsch.JSchException: Algorithm negotiation fail |
12/08/2014 18:06:24.082 | Error | MP: exception caught with cause javax.resource.ResourceException: com.jcraft.jsch.JSchException: Algorithm negotiation fail |
12/08/2014 18:06:24.082 | Error | Message could not be forwarded to the JCA adapter. Reason: com.jcraft.jsch.JSchException: Algorithm negotiation fail |
12/08/2014 18:06:24.083 | Error | Delivering the message to the application using connection SFTP_http://sap.com/xi/XI/SFTP failed, due to: com.sap.engine.interfaces.messaging.api.exception.MessagingException: javax.resource.ResourceException: com.jcraft.jsch.JSchException: Algorithm negotiation fail. |
We are using the authentication method password.
Once connected thru Filezilla we can see the following details of the encryption...
Algorithm: Diffie-Hellman
SHA-256
My question is! What's the standard algorithm of the SFTP ADAPTER 1.0? Can I add any parameter by module? I couldn't find any standard documentation about the SFTP ADAPTER 1.0
PS. I am able to connect by Putty from UNIX Server where the PI is installed.
Thanks,
Leandro Silva