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.  Error ssl handshake by importing a WSDL

    Posted Fri February 10, 2017 07:24 AM

    Hi there !

    I try to create a consumer web service by importing a wsdl but I get this error :
    javax.net.ssl.SSLException: Unsupported record version SSLv2Hello

    What should I do ?

    The current extended settings are :
    watt.net.jsse.client.enabledProtocols=SSLv2Hello,TLSv1,TLSv1.1,TLSv1.2
    watt.net.jsse.server.enabledProtocols=SSLv2Hello,TLSv1,TLSv1.1,TLSv1.2
    watt.net.ssl.client.handshake.maxVersion=tls
    watt.net.ssl.client.handshake.minVersion=sslv2
    watt.net.ssl.server.handshake.maxVersion=tls
    watt.net.ssl.server.handshake.minVersion=sslv2

    The wsdl was generated with a JAX-WS-RI protocol and I can import the wsdl in soap UI.

    Thank you for your help !


    #Integration-Server-and-ESB
    #webMethods


  • 2.  RE: Error ssl handshake by importing a WSDL

    Posted Fri February 10, 2017 09:33 AM

    Hi Lea,

    please remove SSLv2Hello from the list of protocols and set the minVersion to tls for all properties mentioned.

    What is your IS version?

    Regards,
    Holger


    #webMethods
    #Integration-Server-and-ESB


  • 3.  RE: Error ssl handshake by importing a WSDL

    Posted Mon February 13, 2017 01:30 PM

    Yes I echo Holger and update the IS Extended Settings and restart the IS assuming you are in the IS9.x.x version

    HTH,
    RMG


    #webMethods
    #Integration-Server-and-ESB


  • 4.  RE: Error ssl handshake by importing a WSDL

    Posted Mon February 13, 2017 01:31 PM

    Yes I echo Holger and update the IS Extended Settings and restart the IS assuming you are in the IS9.x.x version

    HTH,
    RMG


    #Integration-Server-and-ESB
    #webMethods


  • 5.  RE: Error ssl handshake by importing a WSDL

    Posted Tue February 14, 2017 04:51 AM

    Hi,

    watt.net.jsse.client.enabledProtocols=TLSv1,TLSv1.1,TLSv1.2 
    watt.net.jsse.server.enabledProtocols=TLSv1,TLSv1.1,TLSv1.2 
    watt.net.ssl.client.handshake.maxVersion=tls 
    watt.net.ssl.client.handshake.minVersion=tls 
    watt.net.ssl.server.handshake.maxVersion=tls 
    watt.net.ssl.server.handshake.minVersion=tls

    Best Regards,


    #webMethods
    #Integration-Server-and-ESB