pagure - remove refs to sslv1/2 as no longer supported

This commit is contained in:
Mark O'Brien 2020-10-01 12:35:01 +01:00
parent ab050ecc02
commit f605f83ad6

View file

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