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

Nick Couchman updated GUACAMOLE-1136:
-------------------------------------
    Fix Version/s: 1.3.0

> MySQL SSL Client Cert Environment Variables Return Trust Store
> --------------------------------------------------------------
>
>                 Key: GUACAMOLE-1136
>                 URL: https://issues.apache.org/jira/browse/GUACAMOLE-1136
>             Project: Guacamole
>          Issue Type: Bug
>          Components: guacamole-auth-jdbc-mysql
>    Affects Versions: 1.2.0
>            Reporter: Richard Grime
>            Priority: Minor
>             Fix For: 1.3.0
>
>
> 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):
>  
> {code:java}
> public File getMySQLSSLClientStore() throws GuacamoleException {
>   return getProperty(MySQLGuacamoleProperties.MYSQL_SSL_TRUST_STORE);
>  }
> public String getMYSQLSSLClientPassword() throws GuacamoleException {
>   return getProperty(MySQLGuacamoleProperties.MYSQL_SSL_TRUST_PASSWORD);
>  }
> {code}
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to