Skip to content

Commit

Permalink
removed deprecated TLS versions from sandbox nginx config
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Jaeckle <thomas.jaeckle@bosch.io>
  • Loading branch information
thjaeckle committed Dec 1, 2022
1 parent f246efb commit 7175caa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deployment/docker/sandbox/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ http {

ssl_dhparam /etc/ssl/certs/dhparam-2048.pem;

ssl_protocols TLSv1.2 TLSv1.1 TLSv1;
ssl_protocols TLSv1.2 TLSv1.3;
ssl_prefer_server_ciphers on;

ssl_ciphers ECDH+AESGCM:ECDH+AES256:ECDH+AES128:DH+3DES:!ADH:!AECDH:!MD5;
Expand Down

0 comments on commit 7175caa

Please sign in to comment.