mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 05:07:41 +00:00
GUACAMOLE-1136: Merge return correct MYSQL_SSL_CLIENT_ properties
This commit is contained in:
@@ -369,7 +369,7 @@ public class MySQLEnvironment extends JDBCEnvironment {
|
||||
* If guacamole.properties cannot be parsed.
|
||||
*/
|
||||
public File getMySQLSSLClientStore() throws GuacamoleException {
|
||||
return getProperty(MySQLGuacamoleProperties.MYSQL_SSL_TRUST_STORE);
|
||||
return getProperty(MySQLGuacamoleProperties.MYSQL_SSL_CLIENT_STORE);
|
||||
}
|
||||
|
||||
/**
|
||||
@@ -384,7 +384,7 @@ public class MySQLEnvironment extends JDBCEnvironment {
|
||||
* If guacamole.properties cannot be parsed.
|
||||
*/
|
||||
public String getMYSQLSSLClientPassword() throws GuacamoleException {
|
||||
return getProperty(MySQLGuacamoleProperties.MYSQL_SSL_TRUST_PASSWORD);
|
||||
return getProperty(MySQLGuacamoleProperties.MYSQL_SSL_CLIENT_PASSWORD);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
Reference in New Issue
Block a user