[ 
https://issues.apache.org/jira/browse/DBCP-155?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Dain Sundstrom closed DBCP-155.
-------------------------------

    Resolution: Won't Fix

> [dbcp] allow to set >= 6 parameters to do non-global SSL
> --------------------------------------------------------
>
>                 Key: DBCP-155
>                 URL: https://issues.apache.org/jira/browse/DBCP-155
>             Project: Commons Dbcp
>          Issue Type: Improvement
>         Environment: Operating System: All
> Platform: Other
>            Reporter: Ralf Hauser
>            Priority: Minor
>             Fix For: 1.3
>
>
> 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)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to