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 }}