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.



#Automation


#Applicationintegration
#webMethods
#Integration
 View Only
  • 1.  SSL Communication throwing exception

    Posted 08/29/18 06:21 AM

    Hi All,
    I am getting an exception while sending a request to a https URL
    java.io.EOFException: Connection closed by remote host.

    has any one faced this issue before?
    I am using the service pub.security:setKeyAndChain to set the privKeyFile in the format of a .der file and the rootca and the intermediate as the certFiles. additionally the rootca and intermediateca are installed in truststore of IS.
    Version 9.10.0.0
    Updates TNS_9.10_Fix8
    IS_9.10_Core_Fix12


    #Integration-Server-and-ESB
    #webMethods


  • 2.  RE: SSL Communication throwing exception

    Posted 09/11/18 08:05 PM

    Can you please enable SSL Debug true by setting it in and check the detailed error exception ?
    you should set the below parameter,
    watt.ssl.iaik.debug is equal to True


    #Integration-Server-and-ESB
    #webMethods


  • 3.  RE: SSL Communication throwing exception

    Posted 09/12/18 05:15 AM

    Hi Onur,
    Yes I have enabled it. the only log which comes after enabling it is
    2018-09-12 07:13:16 UTC [ISP.0085.9998E] Exception → java.io.IOException: javax.net.ssl.SSLHandshakeException: Received fatal alert: handshake_failure


    #webMethods
    #Integration-Server-and-ESB


  • 4.  RE: SSL Communication throwing exception

    Posted 09/14/18 10:03 AM

    Than I suggest that you should trace what is happening and required by using this tool maybe this ssl requires some chipper which your environment does not support with the JVM version you are using, once I got such an exception and it was solved by upgrading the JVM. https://www.openssl.org


    #webMethods
    #Integration-Server-and-ESB


  • 5.  RE: SSL Communication throwing exception

    Posted 12/03/18 08:29 AM


  • 6.  RE: SSL Communication throwing exception

    Posted 11/20/19 08:59 AM

    Thanks everyone, the issue was related to the network firewall issues. A firewall in the network setup was blocking our requests.


    #Integration-Server-and-ESB
    #webMethods