summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authormathieui <mathieui@mathieui.net>2014-02-13 00:48:19 +0100
committermathieui <mathieui@mathieui.net>2014-02-13 00:48:19 +0100
commit7e3efccb537ae11e9550ddf14ea6ca4ba472804a (patch)
tree1d8dcd3a3ff9e4ff77fe31b305dba5a54fc4fedf /data
parentf43f06214ef5bb16de616feb754fcdb56a208192 (diff)
downloadpoezio-7e3efccb537ae11e9550ddf14ea6ca4ba472804a.tar.gz
poezio-7e3efccb537ae11e9550ddf14ea6ca4ba472804a.tar.bz2
poezio-7e3efccb537ae11e9550ddf14ea6ca4ba472804a.tar.xz
poezio-7e3efccb537ae11e9550ddf14ea6ca4ba472804a.zip
Fix #2407 (unencrypted connections)
Add a force_encryption option set to true by default.
Diffstat (limited to 'data')
-rw-r--r--data/default_config.cfg3
1 files changed, 3 insertions, 0 deletions
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.