I am facing same issue while connecting from application to vendor system. Seems vendor migrated from SSLV3 to TSLv1 ( SSL version 3.1) due to POODLE VULNERABILITY. Our application do not support TSLv1
Please advice if anyone have any fix or to verify any incompatibility issue from application/vendor site. We have implemented 2 way ssl.
ssl_debug(174339): Starting handshake (iSaSiLk 3.03)…
ssl_debug(174339): Received v3 client_hello handshake message.
ssl_debug(174339): Client requested SSL version 3.0, selecting version 3.0.
ssl_debug(174339): Client supports secure renegotiation = false
ssl_debug(174339): Creating new session B8:2B:5F:7B:F3:CB:AD:94…
ssl_debug(174339): CipherSuites supported by the client:
ssl_debug(174339): SSL_RSA_WITH_3DES_EDE_CBC_SHA
ssl_debug(174339): SSL_RSA_WITH_RC4_128_SHA
ssl_debug(174339): SSL_RSA_WITH_RC4_128_MD5
ssl_debug(174339): SSL_DH_anon_WITH_3DES_EDE_CBC_SHA
ssl_debug(174339): SSL_DH_anon_WITH_RC4_128_MD5
ssl_debug(174339): SSL_DH_anon_WITH_DES_CBC_SHA
ssl_debug(174339): SSL_RSA_WITH_DES_CBC_SHA
ssl_debug(174339): SSL_RSA_EXPORT_WITH_RC4_40_MD5
ssl_debug(174339): SSL_RSA_EXPORT_WITH_DES40_CBC_SHA
ssl_debug(174339): SSL_DH_anon_EXPORT_WITH_RC4_40_MD5
ssl_debug(174339): SSL_DH_anon_EXPORT_WITH_DES40_CBC_SHA
ssl_debug(174339): SSL_RSA_WITH_NULL_SHA
ssl_debug(174339): SSL_RSA_WITH_NULL_MD5
ssl_debug(174339): CompressionMethods supported by the client:
ssl_debug(174339): NULL
ssl_debug(174339): Sending server_hello handshake message.
ssl_debug(174339): Selecting CipherSuite: SSL_RSA_WITH_3DES_EDE_CBC_SHA
ssl_debug(174339): Selecting CompressionMethod: NULL
ssl_debug(174339): Sending certificate handshake message with server certificate…
ssl_debug(174339): Sending certificate_request handshake message…
ssl_debug(174339): Sending server_hello_done handshake message…
ssl_debug(174339): IOException while handshaking: Connection closed by remote host.
ssl_debug(174339): Sending alert: Alert Fatal: handshake failure
ssl_debug(174339): Shutting down SSL layer…
ssl_debug(174339): Closing transport…
#Integration-Server-and-ESB#webMethods#webmethods-Protocol-and-Transport