IBM webMethods Hybrid Integration

IBM webMethods Hybrid Integration

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.

 View Only
  • 1.  FTPS over TLS

    Posted Mon November 26, 2018 10:02 AM

    I am trying to connect to a target system over FTPS (not SFTP). But I am getting the below error But there is an error when trying to connect from wM flow service using pub.client.ftp:login service with below input:

    serverhost: XXXX
    serverport: 21
    username:
    password
    secure/auth: TLS
    secure/securedata: True

    Error:[ISC.0064.9016] FTP AUTH command failed with error : Peer sent alert: Alert Fatal: handshake failure

    Is there any configuration required for FTPS implementation. I am using webMethods 9.7 version and I am successfully able to connect to the target from filezilla.


    #webMethods
    #webmethods-Protocol-and-Transport
    #Integration-Server-and-ESB


  • 2.  RE: FTPS over TLS

    Posted Mon November 26, 2018 02:18 PM

    Hi NIdhin,

    please check if you connect to the correct port as port 21 is FTP port, ftps is usually using a different port by default, usually port 990.

    Except your FTPS has been reconfigured to use 21 as FTPS port.

    You might want to cross check with your filezilla config.

    Regards,
    Holger


    #webMethods
    #Integration-Server-and-ESB
    #webmethods-Protocol-and-Transport


  • 3.  RE: FTPS over TLS

    Posted Mon November 26, 2018 08:26 PM

    I think you are missing some configuration on the certificates. Put the logging levels to TRACE and capture more info.


    #webMethods
    #webmethods-Protocol-and-Transport
    #Integration-Server-and-ESB