mirror of
https://github.com/geerlingguy/ansible-role-apache
synced 2025-01-02 16:20:19 +01:00
Removing deprecated TLS versions
This commit is contained in:
parent
0d5779eb4a
commit
aa2286ef81
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ apache_vhosts_ssl: []
|
|||
|
||||
apache_ignore_missing_ssl_certificate: true
|
||||
|
||||
apache_ssl_protocol: "All -SSLv2 -SSLv3"
|
||||
apache_ssl_protocol: "All -SSLv2 -SSLv3 -TLSv1 -TLSv1.1"
|
||||
apache_ssl_cipher_suite: "AES256+EECDH:AES256+EDH"
|
||||
|
||||
# Only used on Debian/Ubuntu.
|
||||
|
|
Loading…
Reference in a new issue