From b4d58e932bad0724ec12577e8a07e4581850e2de Mon Sep 17 00:00:00 2001 From: Grant Slater Date: Fri, 18 Nov 2022 00:17:14 +0000 Subject: [PATCH] community: disable STARTTLS validation for the moment --- cookbooks/community/templates/default/web_only.yml.erb | 1 + 1 file changed, 1 insertion(+) diff --git a/cookbooks/community/templates/default/web_only.yml.erb b/cookbooks/community/templates/default/web_only.yml.erb index a4ff34211..7fbd4a8a7 100644 --- a/cookbooks/community/templates/default/web_only.yml.erb +++ b/cookbooks/community/templates/default/web_only.yml.erb @@ -47,6 +47,7 @@ env: DISCOURSE_SMTP_ADDRESS: <%= node[:exim][:smarthost_via].split(":", 2)[0] %> DISCOURSE_SMTP_PORT: <%= node[:exim][:smarthost_via].split(":", 2)[1] || "25" %> + DISCOURSE_SMTP_OPENSSL_VERIFY_MODE: none DISCOURSE_SMTP_USER_NAME: DISCOURSE_SMTP_PASSWORD: DISCOURSE_SMTP_DOMAIN: community.openstreetmap.org -- 2.39.5