mirror of
https://github.com/FAUSheppy/no-secrets-athq-ansible
synced 2025-12-06 15:11:39 +01:00
fix: remove TLS1.1 & TLS1.2
This commit is contained in:
@@ -31,7 +31,7 @@ http {
|
||||
|
||||
ssl_certificate /etc/letsencrypt/live/atlantishq.de/fullchain.pem;
|
||||
ssl_certificate_key /etc/letsencrypt/live/atlantishq.de/privkey.pem;
|
||||
ssl_protocols TLSv1 TLSv1.1 TLSv1.2 TLSv1.3; # Dropping SSLv3, ref: POODLE
|
||||
ssl_protocols TLSv1.2 TLSv1.3; # Dropping SSLv3, ref: POODLE
|
||||
ssl_prefer_server_ciphers on;
|
||||
|
||||
##
|
||||
|
||||
Reference in New Issue
Block a user