Disable sslv3 on anitya
This commit is contained in:
parent
aa15e5ab38
commit
12eb6331e4
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
||||||
ServerName release-monitoring.org:443
|
ServerName release-monitoring.org:443
|
||||||
|
|
||||||
SSLEngine on
|
SSLEngine on
|
||||||
SSLProtocol all -SSLv2
|
SSLProtocol all -SSLv2 -SSLv3
|
||||||
# Use secure TLSv1.1 and TLSv1.2 ciphers
|
# Use secure TLSv1.1 and TLSv1.2 ciphers
|
||||||
Header add Strict-Transport-Security "max-age=15768000"
|
Header add Strict-Transport-Security "max-age=15768000"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue