From c2b9d04ecef5babc028728d4426aab9237b5ce86 Mon Sep 17 00:00:00 2001 From: Guilhem Moulin Date: Tue, 27 Oct 2015 16:26:24 +0100 Subject: stunnel: disable compression. --- roles/bacula-dir/templates/etc/stunnel/bacula-dir.conf.j2 | 2 ++ 1 file changed, 2 insertions(+) (limited to 'roles/bacula-dir') diff --git a/roles/bacula-dir/templates/etc/stunnel/bacula-dir.conf.j2 b/roles/bacula-dir/templates/etc/stunnel/bacula-dir.conf.j2 index e678e47..4dbb1db 100644 --- a/roles/bacula-dir/templates/etc/stunnel/bacula-dir.conf.j2 +++ b/roles/bacula-dir/templates/etc/stunnel/bacula-dir.conf.j2 @@ -35,6 +35,8 @@ options = NO_SSLv3 options = NO_TLSv1 options = NO_TLSv1.1 +options = NO_COMPRESSION + ; These options provide additional security at some performance degradation options = SINGLE_ECDH_USE options = SINGLE_DH_USE -- cgit v1.2.3