From 95760500259177d533b37e9585cecc8f848dad0d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ebbe=20Ba=C3=9F?= Date: Fri, 17 Jul 2026 08:57:09 +0200 Subject: [PATCH] fixed ssl error --- .../nextcloud_full_deployment/deploy_collabora_code.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/playbooks/linux/ubuntu-server/nextcloud_full_deployment/deploy_collabora_code.yml b/playbooks/linux/ubuntu-server/nextcloud_full_deployment/deploy_collabora_code.yml index 7011f86..65fa28e 100644 --- a/playbooks/linux/ubuntu-server/nextcloud_full_deployment/deploy_collabora_code.yml +++ b/playbooks/linux/ubuntu-server/nextcloud_full_deployment/deploy_collabora_code.yml @@ -172,6 +172,13 @@ ProxyPreserveHost On + # Required: without this, mod_proxy refuses to initiate TLS to + # the backend at all (AH01961/AH00961 "failed to enable ssl + # support"), even though SSLEngine on above enables TLS for the + # *client-facing* side of the connection. SSLEngine on does not + # imply SSLProxyEngine on - they control opposite directions. + SSLProxyEngine On + # cert is issued for collaboraonline.example.com and we proxy to localhost SSLProxyVerify None SSLProxyCheckPeerCN Off