Received fatal alert: handshake_failure

In addition to the solutions that can be found on the Internet, check whether the JVM system parameter - Djsse.enableSNIExtension is set to false . The

official introduction
jsse.enableSNIExtension system property. Server Name Indication (SNI) is a TLS extension, defined in RFC 4366. It enables TLS connections to virtual servers, in which multiple servers for different network names are hosted at a single underlying network address.

Some very old SSL/TLS vendors may not be able to handle SSL/TLS extensions. In this case, set this property to false to disable the SNI extension.
refer http://docs.oracle.com/javase/7/docs/technotes/guides/security/jsse/JSSERefGuide.html#Customization

Guess you like

Origin http://10.200.1.11:23101/article/api/json?id=327033826&siteId=291194637