Hello,
I try to connect on my MysqL server (5.7, recompiled with OpenSSL) with TLSv1.2 (by invalidating TLSv1.1) and it doesn't work. I use mysql-connector-java-5.1.39 with JRE 1.8. I get this following message :
main, handling exception: javax.net.ssl.SSLHandshakeException: No appropriate protocol (protocol is disabled or cipher suites are inappropriate)
main, SEND TLSv1.2 ALERT: fatal, description = handshake_failure
Thanks for advance,
Briag
I try to connect on my MysqL server (5.7, recompiled with OpenSSL) with TLSv1.2 (by invalidating TLSv1.1) and it doesn't work. I use mysql-connector-java-5.1.39 with JRE 1.8. I get this following message :
main, handling exception: javax.net.ssl.SSLHandshakeException: No appropriate protocol (protocol is disabled or cipher suites are inappropriate)
main, SEND TLSv1.2 ALERT: fatal, description = handshake_failure
Thanks for advance,
Briag