fixed ssl error
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user