Skip to content
This repository has been archived by the owner on Jul 25, 2022. It is now read-only.

Commit

Permalink
Bump nginx to support tlsv1.3
Browse files Browse the repository at this point in the history
Signed-off-by: Joe Grund <jgrund@whamcloud.io>
  • Loading branch information
jgrund committed Sep 4, 2020
1 parent 92e2740 commit dfbfa37
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions chroma-manager.conf.template
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,8 @@ server {
ssl_trusted_certificate {{SSL_PATH}}/authority.crt;
ssl_client_certificate {{SSL_PATH}}/authority.crt;
ssl_verify_client optional;
ssl_protocols TLSv1.2;
ssl_protocols TLSv1.2 TLSv1.3;
ssl_prefer_server_ciphers on;
ssl_ciphers 'ECDHE-RSA-AES128-GCM-SHA256:!DH+3DES:!ADH:!AECDH:!RC4:!aNULL:!MD5';

ssl_session_cache shared:SSL:10m;
ssl_session_timeout 180m;
Expand Down

0 comments on commit dfbfa37

Please sign in to comment.