Skip to content

Commit ff6f763

Browse files
authored
Merge pull request #1059 from kaanklky/patch-2
NGINX SSL update
2 parents c349d9f + 8bf801d commit ff6f763

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/config/nginx.server.ssl.conf

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ server {
3838
# 3.) fixed ECDH cipher (does not allow for PFS)
3939
# 4.) known vulnerable cypers (MD5, RC4, etc)
4040
# 5.) little-used ciphers (Camellia, Seed)
41-
ssl_ciphers 'kEECDH+ECDSA+AES128 kEECDH+ECDSA+AES256 kEECDH+AES128 kEECDH+AES256 kEDH+AES128 kEDH+AES256 DES-CBC3-SHA +SHA !aNULL !eNULL !LOW !kECDH !DSS !MD5 !EXP !PSK !SRP !CAMELLIA !SEED';
41+
ssl_ciphers 'kEECDH+ECDSA+AES128 kEECDH+ECDSA+AES256 kEECDH+AES128 kEECDH+AES256 kEDH+AES128 kEDH+AES256 +SHA !DES-CBC3-SHA !aNULL !eNULL !LOW !kECDH !DSS !3DES !MD5 !EXP !PSK !SRP !CAMELLIA !SEED';
4242

4343
# Cache SSL Sessions for up to 10 minutes
4444
# This improves performance by avoiding the costly session negotiation process where possible

0 commit comments

Comments
 (0)