From dbca0ab9f31b197bd15dee8a03eba377568cecd8 Mon Sep 17 00:00:00 2001 From: Marko Lindqvist Date: Mon, 1 Nov 2021 15:15:49 +0200 Subject: [PATCH] Add allowPublicKeyRetrieval=true to jdbc mysql access This is required the access to work on Ubuntu-20.04 (Focal), where the default is not to allow public key retrieval. Signed-off-by: Marko Lindqvist --- config/web.context.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/web.context.tmpl b/config/web.context.tmpl index 08dd7f59b..d9e56c4b1 100644 --- a/config/web.context.tmpl +++ b/config/web.context.tmpl @@ -12,6 +12,6 @@ + url="jdbc:mysql://localhost:3306/#DB_NAME#?serverTimezone=UTC&useSSL=false&allowPublicKeyRetrieval=true"/>