Uploaded image for project: 'Commons DBCP'
  1. Commons DBCP
  2. DBCP-155

[dbcp] allow to set >= 6 parameters to do non-global SSL

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Minor
    • Resolution: Won't Fix
    • None
    • 1.3
    • 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)

      Attachments

        Activity

          People

            Unassigned Unassigned
            ralfhauser Ralf Hauser
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: