Uploaded image for project: 'MariaDB Connector/J'
  1. MariaDB Connector/J
  2. CONJ-1183

missing providing other TLS truststore than default java one

    XMLWordPrintable

Details

    Description

      For TLS, actual implementation either use the default truststore or using the server certificate provided by option `serverSslCert`.

      MySQL permit another option, to use another truststore. This is done using options `trustCertificateKeyStoreUrl`/`trustCertificateKeyStorePassword`.

      For compatibility, this has to be added.

      This can just be use using option:
      "jdbc:mariadb://host/db?trustCertificateKeyStoreUrl=/path/to/trustStore"

      default truststore /lib/security/jssecacerts will then not be used, only the one in parameter.
      Option trustCertificateKeyStorePassword can be set for jks truststore that can have a password.

      Attachments

        Activity

          People

            diego dupin Diego Dupin
            diego dupin Diego Dupin
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Git Integration

                Error rendering 'com.xiplink.jira.git.jira_git_plugin:git-issue-webpanel'. Please contact your Jira administrators.