javax.net.ssl.SSLHandshakeException: Received fatal alert: handshake_failure
Searched on Google with the first line of a JAVA stack trace?
We can recommend more relevant solutions and speed up debugging when you paste your entire stack trace with the exception message. Try a sample exception.
Recommended solutions based on your search
Samebug tips
Import the server certificate into your truststore.
Solutions on the web
via lesstif.com by Unknown author, 1 year ago
via Stack Overflow by sam
, 6 months agovia Google Groups by sandeep sethi, 1 year ago
via Stack Overflow by angelokh
, 2 years agovia GitHub by huang1196
, 2 years agovia Stack Overflow by Cool Techie
, 2 years agojavax.net.ssl.SSLHandshakeException: Received fatal alert: handshake_failure
at sun.security.ssl.Alerts.getSSLException(Alerts.java:192)
at sun.security.ssl.Alerts.getSSLException(Alerts.java:154)
at sun.security.ssl.SSLSocketImpl.recvAlert(SSLSocketImpl.java:1959)
at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:1077)
at sun.security.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1312)
at sun.security.ssl.AppOutputStream.write(AppOutputStream.java:122)