From 7e3efccb537ae11e9550ddf14ea6ca4ba472804a Mon Sep 17 00:00:00 2001 From: mathieui Date: Thu, 13 Feb 2014 00:48:19 +0100 Subject: Fix #2407 (unencrypted connections) Add a force_encryption option set to true by default. --- data/default_config.cfg | 3 +++ 1 file changed, 3 insertions(+) (limited to 'data') diff --git a/data/default_config.cfg b/data/default_config.cfg index 90140a5e..ace8907a 100644 --- a/data/default_config.cfg +++ b/data/default_config.cfg @@ -50,6 +50,9 @@ certificate = # the same certificate. ignore_certificate = false +# Force TLS on by default +force_encryption = true + # The interval to send a whitespace keepalive to the server # 300 should be fine, except for specific services, in that case, change the # value to the services default. -- cgit v1.2.3