Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Won't Fix
-
None
-
None
-
Operating System: All
Platform: Other
-
38614
Description
to work with http://dev.mysql.com/doc/refman/5.1/en/cj-using-ssl.html,
it should be possible to call DriverManager.getConnection() with properties
to replace the below 4:
-Djavax.net.ssl.keyStore=path_to_keystore_file
-Djavax.net.ssl.keyStorePassword=*********
-Djavax.net.ssl.trustStore=path_to_truststore_file
-Djavax.net.ssl.trustStorePassword=*********
futhermore, adding a property
- "useSSL" and
- "requireSSL"
would also help.
plus the socketFactory-Class I asked for before (COM-2747)