Details
-
Task
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Not a Bug
-
3.4.1
-
On premise-Windows
Description
Tried to establish JDBC Connection, With Maria Connector/J 3.4 not able to got connectivity when I use "enabledSslCipherSuites" parameter in JDBC URL.
Reference:
--------------------
jdbc:mariadb://localhost/myDb?user=myUser&password=MyPwd&sslMode=VERIFY_CA&enabledSslCipherSuites=DHE-RSA-AES256-GCM-SHA384
Same SSLCIPHER parameter value I can add it in my.ini file and restart the service. its started successfully.
This exception shows when we add "enabledSslCipherSuites" parameter in URL.
java.sql.SQLNonTransientConnectionException: Received fatal alert: handshake_failure.
We can able to establish the connection with CA authentication without SSLCIPHER parameter successfully.
Please update me how can we handle SSLCipher details in JDBC URL for latest Maria connector/J.