[Libreoffice-commits] online.git: Branch 'distro/collabora/collabora-online-2-1' - loolwsd.xml.in

Jan Holesovsky kendy at collabora.com
Thu Apr 6 13:53:02 UTC 2017


 loolwsd.xml.in |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 7366b140344e588ee34dc1fa9b97ff1abd2b02ba
Author: Jan Holesovsky <kendy at collabora.com>
Date:   Thu Apr 6 15:51:44 2017 +0200

    Change the ssl termination default to 'false'.
    
    Change-Id: Iafd3f3e7ccc423fa3b04c20a141e44554df6db90

diff --git a/loolwsd.xml.in b/loolwsd.xml.in
index 20fc0dd6..a37ec2b5 100644
--- a/loolwsd.xml.in
+++ b/loolwsd.xml.in
@@ -47,7 +47,7 @@
 
     <ssl desc="SSL settings">
         <enable type="bool" default="true">true</enable>
-        <termination desc="Connection via proxy where loolwsd acts as working via https, but actually uses http." type="bool" default="true">true</termination>
+        <termination desc="Connection via proxy where loolwsd acts as working via https, but actually uses http." type="bool" default="true">false</termination>
         <cert_file_path desc="Path to the cert file" relative="false">/etc/loolwsd/cert.pem</cert_file_path>
         <key_file_path desc="Path to the key file" relative="false">/etc/loolwsd/key.pem</key_file_path>
         <ca_file_path desc="Path to the ca file" relative="false">/etc/loolwsd/ca-chain.cert.pem</ca_file_path>


More information about the Libreoffice-commits mailing list