Add JDBC URL options to enable SSL
----------------------------------

         Key: SEQUOIA-806
         URL: https://forge.continuent.org/jira/browse/SEQUOIA-806
     Project: Sequoia
        Type: Improvement
  Components: JDBC Driver  
    Reporter: Mathieu Peltier
 Assigned to: Emmanuel Cecchet 
    Priority: Minor
     Fix For: Sequoia 2.11


Currently to use SSL from a JDBC client, we need to set the following system 
properties: 

$ export JVM_OPTIONS="-Dsequoia.ssl.enabled=true 
-Djavax.net.ssl.keyStore=/tmp/sequoia/config/jdbcclient.keystore 
-Djavax.net.ssl.keyStorePassword=clientpass" 
${JVM_OPTIONS} myapp.jar

An improvement would be to be able to use also URL options for these properties.


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   https://forge.continuent.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


_______________________________________________
Sequoia mailing list
[email protected]
https://forge.continuent.org/mailman/listinfo/sequoia

Reply via email to