diff --git a/roles/pagure/frontend/templates/stunnel-conf.j2 b/roles/pagure/frontend/templates/stunnel-conf.j2 index 1649b485bd..3f97e5bc86 100644 --- a/roles/pagure/frontend/templates/stunnel-conf.j2 +++ b/roles/pagure/frontend/templates/stunnel-conf.j2 @@ -8,6 +8,9 @@ key = /etc/pki/tls/certs/pagure.io.key 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 }}