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

MySQL SSL Client Cert Environment Variables Return Trust Store

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • 1.2.0
    • 1.3.0
    • None

    Description

      MySQLEnvironment.java returns the Trust Store properties (MYSQL_SSL_TRUST_STORE and MYSQL_SSL_TRUST_PASSWORD), rather than Client Store (MYSQL_SSL_CLIENT_STORE and MYSQL_SSL_CLIENT_PASSWORD):

       

      public File getMySQLSSLClientStore() throws GuacamoleException {
        return getProperty(MySQLGuacamoleProperties.MYSQL_SSL_TRUST_STORE);
       }
      public String getMYSQLSSLClientPassword() throws GuacamoleException {
        return getProperty(MySQLGuacamoleProperties.MYSQL_SSL_TRUST_PASSWORD);
       }
      

       

      Attachments

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved: