mirror of
https://github.com/Southampton-RSG/breccia-mapper.git
synced 2026-03-03 11:27:09 +00:00
security: Remove TLSv1.3
Required version of openssl not available on RHEL
This commit is contained in:
@@ -5,7 +5,7 @@ server {
|
||||
|
||||
ssl_certificate /etc/ssl/crt/{{ inventory_hostname }}.crt;
|
||||
ssl_certificate_key /etc/ssl/private/{{ inventory_hostname }}.pem;
|
||||
ssl_protocols TLSv1.2 TLSv1.3;
|
||||
ssl_protocols TLSv1.2;
|
||||
|
||||
# Cache and tickets improve performance by ~10% on small requests
|
||||
ssl_session_cache shared:SSL:1m;
|
||||
|
||||
Reference in New Issue
Block a user