TTroubleshooting javax.net.ssl.SSLHandshakeException: Received fatal alert: handshake_failure
2018-10-02 — 5 Min Read
The infamous Java exception is hardly understandable to a mere mortal. What it wants to say is, most likely, something like this:Sorry, none of the cryptographic protocols/versions and cipher suites is accepted both by the JVM and the server.For…