summaryrefslogtreecommitdiff
path: root/chaos-at-home
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2020-08-29 00:20:53 +0200
committerChristian Pointner <equinox@spreadspace.org>2020-08-29 00:20:53 +0200
commit6590132278e97e98d9a5b3f2fb97190014eca59e (patch)
tree15ccf16b81f2fac3d4c290239e0daccd7c2cd24e /chaos-at-home
parentproper certs for legacy webservices (diff)
disable protocol downgrade
Diffstat (limited to 'chaos-at-home')
-rw-r--r--chaos-at-home/ch-imap-proxy.yml6
1 files changed, 0 insertions, 6 deletions
diff --git a/chaos-at-home/ch-imap-proxy.yml b/chaos-at-home/ch-imap-proxy.yml
index aff3a689..967d7613 100644
--- a/chaos-at-home/ch-imap-proxy.yml
+++ b/chaos-at-home/ch-imap-proxy.yml
@@ -15,12 +15,6 @@
challenge:
http-self-test: false
post_tasks:
- - name: lower minimum tls protocol version to 1.0
- lineinfile:
- path: /etc/ssl/openssl.cnf
- regexp: '^MinProtocol\s*='
- line: 'MinProtocol = TLSv1'
-
- name: install stunnel package
apt:
name: stunnel4