pagure: Disable SSLv2, SSLv3, TLS1.0 and leave TLS1.1 and 1.2 enabled. (ticket 8231)
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
a9c97618a1
commit
b1d3cf582e
1 changed files with 4 additions and 1 deletions
|
@ -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 }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue