diff --git a/conf/guacamole.properties b/conf/guacamole.properties index 93a4e99..74600c4 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 diff --git a/scripts/_common.sh b/scripts/_common.sh index 8b602e6..c302cfe 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -9,7 +9,7 @@ #================================================= function setup_sources { - guacamole_verson="1.5.1" + guacamole_version="1.5.2" ynh_setup_source --source_id="server" --dest_dir="$install_dir/.guacd-src"