diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2015-10-27 16:26:24 +0100 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2015-10-27 16:26:24 +0100 |
commit | c2b9d04ecef5babc028728d4426aab9237b5ce86 (patch) | |
tree | e0cf1cd15f8df515f3bc6140831e67d40a9b9c78 /roles/IMAP-proxy | |
parent | 643d79c4853009806fa45a9036ae7150b4e739fa (diff) |
stunnel: disable compression.
Diffstat (limited to 'roles/IMAP-proxy')
-rw-r--r-- | roles/IMAP-proxy/files/etc/stunnel/roundcube.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/roles/IMAP-proxy/files/etc/stunnel/roundcube.conf b/roles/IMAP-proxy/files/etc/stunnel/roundcube.conf index 307a5c2..284bcc0 100644 --- a/roles/IMAP-proxy/files/etc/stunnel/roundcube.conf +++ b/roles/IMAP-proxy/files/etc/stunnel/roundcube.conf @@ -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 |