Retain TLSv1.2 compatibility as old apps still need it
This commit is contained in:
parent
84d43f51ff
commit
58960e5e01
@ -19,7 +19,7 @@ http {
|
||||
gzip_vary on;
|
||||
charset utf-8;
|
||||
|
||||
ssl_protocols TLSv1.3;
|
||||
ssl_protocols TLSv1.2 TLSv1.3;
|
||||
ssl_prefer_server_ciphers off;
|
||||
ssl_certificate /etc/ssl/services.pem;
|
||||
ssl_certificate_key /etc/ssl/services.key;
|
||||
|
Loading…
Reference in New Issue
Block a user