Uploaded image for project: 'Guacamole'
  1. Guacamole
  2. GUACAMOLE-1135

MySQL SSL - Trust Store Paths Expecting URI

    XMLWordPrintableJSON

Details

    Description

      I'm seeing:

      com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: /path/to/truststore.jks does not appear to be a valid URL. 
      

      It looks like the driver is expecting a URI, rather than plain file path? MySQLAuthenticationProviderModule.java currently reads:

      driverProperties.setProperty("trustCertificateKeyStoreUrl",
       trustStore.getAbsolutePath()); 
      

      Is there a missing .toUri() ? (And in clientCertificateKeyStoreUrl) - or is there any example of how to configure this?

      Attachments

        Activity

          People

            Unassigned Unassigned
            rsg98 Richard Grime
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: