Skip to content

Commit

Permalink
Remove 3DES from the list of supported ciphers
Browse files Browse the repository at this point in the history
  • Loading branch information
hweawer committed Jan 22, 2025
1 parent c1d9e26 commit 25f9cbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nginx/config/base.go
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ http {
{{end}}
ssl_protocols TLSv1.2; # Dropping SSLv3, ref: POODLE
ssl_prefer_server_ciphers on;
ssl_ciphers ECDH+AES256:ECDH+AES128:DH+3DES:!ADH:!AECDH:!MD5:!SHA1:!aNULL:!eNULL@SECLEVEL=2;
ssl_ciphers ECDH+AES256:ECDH+AES128:!ADH:!AECDH:!MD5:!SHA1:!aNULL:!eNULL@SECLEVEL=2;
##
# Logging Settings
Expand Down

0 comments on commit 25f9cbd

Please sign in to comment.