From f605f83ad6973c861dd5d46cdd6c6831c205511f Mon Sep 17 00:00:00 2001 From: Mark O'Brien Date: Thu, 1 Oct 2020 12:35:01 +0100 Subject: [PATCH] pagure - remove refs to sslv1/2 as no longer supported --- roles/pagure/frontend/templates/stunnel-conf.j2 | 2 -- 1 file changed, 2 deletions(-) diff --git a/roles/pagure/frontend/templates/stunnel-conf.j2 b/roles/pagure/frontend/templates/stunnel-conf.j2 index 3f97e5bc86..2d898cf8e3 100644 --- a/roles/pagure/frontend/templates/stunnel-conf.j2 +++ b/roles/pagure/frontend/templates/stunnel-conf.j2 @@ -9,8 +9,6 @@ pid = /var/run/stunnel.pid [{{ stunnel_service }}] sslVersion = all -options = NO_SSLv2 options = NO_SSLv3 -options = NO_TLSv1 accept = {{ stunnel_source_port }} connect = {{ stunnel_destination_port }}