From 3f1e2155cc1a6961b64d0e13b1a750fae9fedf74 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Mon, 5 Jun 2023 14:19:09 +0200 Subject: [PATCH] Update guacamole.properties --- conf/guacamole.properties | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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