fixed ssl error

This commit is contained in:
Ebbe Baß
2026-07-17 08:57:09 +02:00
parent 1ec4345e43
commit 9576050025
@@ -172,6 +172,13 @@
ProxyPreserveHost On 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 # cert is issued for collaboraonline.example.com and we proxy to localhost
SSLProxyVerify None SSLProxyVerify None
SSLProxyCheckPeerCN Off SSLProxyCheckPeerCN Off