diff --git a/conf/guacamole.properties b/conf/guacamole.properties index be424fa..e427f66 100644 --- a/conf/guacamole.properties +++ b/conf/guacamole.properties @@ -9,4 +9,5 @@ mysql-port: 3306 mysql-database: __DB_NAME__ mysql-username: __DB_USER__ mysql-password: __DB_PWD__ -mysql-auto-create-accounts: true \ No newline at end of file +mysql-auto-create-accounts: true +mysql-ssl-mode: disabled \ No newline at end of file