Search code examples
intellij-ideadatabase-connectionsslhandshakeexception

Intellij idea. javax.net.ssl.SSLHandshakeException: No appropriate protocol (protocol is disabled or cipher suites are inappropriate)


After the IntelliJ idea update, I got the exception when trying to connect to DB.

javax.net.ssl.SSLHandshakeException: No appropriate protocol (protocol is disabled or cipher suites are inappropriate).

Solution

  • The solution is simple.

    Database tab → Data Source Properties

    enter image description here

    → select DB → Advanced → enabledTLSProtocols set TLSv1.2. enter image description here