From a7116b8fe5eed904804750e4fea85caa01816a6a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Greg=20Kar=C3=A9kinian?= Date: Sat, 23 Jan 2021 19:08:06 +0100 Subject: [PATCH] Switch the TLS mode to disabled for Gitea We connect through a Zerotier private IP --- site-cookbooks/kosmos_gitea/templates/default/app.ini.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site-cookbooks/kosmos_gitea/templates/default/app.ini.erb b/site-cookbooks/kosmos_gitea/templates/default/app.ini.erb index d85c896..3b80419 100644 --- a/site-cookbooks/kosmos_gitea/templates/default/app.ini.erb +++ b/site-cookbooks/kosmos_gitea/templates/default/app.ini.erb @@ -23,7 +23,7 @@ HOST = <%= @postgresql_host %> NAME = gitea USER = gitea PASSWD = <%= @postgresql_password %> -SSL_MODE = verify-ca +SSL_MODE = disable # [indexer] # ISSUE_INDEXER_PATH = /data/gitea/indexers/issues.bleve