mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 05:07:41 +00:00
GUACAMOLE-1453: Reflect of indicate.(minor change)
This commit is contained in:
@@ -89,6 +89,7 @@ public class MySQLAuthenticationProviderModule implements Module {
|
|||||||
// For compatibility, set legacy useSSL property when SSL is disabled.
|
// For compatibility, set legacy useSSL property when SSL is disabled.
|
||||||
if (sslMode == MySQLSSLMode.DISABLED)
|
if (sslMode == MySQLSSLMode.DISABLED)
|
||||||
driverProperties.setProperty("useSSL", "false");
|
driverProperties.setProperty("useSSL", "false");
|
||||||
|
// For compatibility, set legacy useSSL property when SSL is eisabled.(Required for mariadb connector/j)
|
||||||
else
|
else
|
||||||
driverProperties.setProperty("useSSL", "true");
|
driverProperties.setProperty("useSSL", "true");
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user