fix: remove TLS1.1 & TLS1.2

This commit is contained in:
2024-12-23 00:03:27 +00:00
parent 3a23707fd3
commit 0acecd4c84

View File

@@ -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;
##