copr-fe: Use secure TLSv1.1 and TLSv1.2 ciphers
This commit is contained in:
parent
48e13f74ea
commit
ba2da3ed82
1 changed files with 2 additions and 2 deletions
|
@ -22,8 +22,8 @@ WSGISocketPrefix /var/run/wsgi
|
|||
<VirtualHost *:443>
|
||||
SSLEngine on
|
||||
SSLProtocol all -SSLv2
|
||||
#optimeize on speed
|
||||
SSLCipherSuite RC4-SHA:AES128-SHA:HIGH:!aNULL:!MD5
|
||||
# Use secure TLSv1.1 and TLSv1.2 ciphers
|
||||
SSLCipherSuite ECDHE-RSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-SHA256:RC4-SHA:AES128-SHA:HIGH:!aNULL:!MD5
|
||||
SSLHonorCipherOrder on
|
||||
Header add Strict-Transport-Security "max-age=15768000"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue