Skip to content

Commit

Permalink
Merge pull request #26 from guardian/mc-remove-deprecated-TLS-version
Browse files Browse the repository at this point in the history
Remove old TLS version and add new one
  • Loading branch information
mchv authored Dec 14, 2021
2 parents 634e90e + 2a319f2 commit a7ff8c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/setup-app
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ EOS
ssl_session_timeout 5m;
ssl_protocols TLSv1 TLSv1.1 TLSv1.2;
ssl_protocols TLSv1.2 TLSv1.3;
ssl_ciphers HIGH:!aNULL:!MD5;
ssl_prefer_server_ciphers on;
EOS
Expand Down

0 comments on commit a7ff8c1

Please sign in to comment.