We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c349d9f + 8bf801d commit ff6f763Copy full SHA for ff6f763
bin/config/nginx.server.ssl.conf
@@ -38,7 +38,7 @@ server {
38
# 3.) fixed ECDH cipher (does not allow for PFS)
39
# 4.) known vulnerable cypers (MD5, RC4, etc)
40
# 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';
+ 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';
42
43
# Cache SSL Sessions for up to 10 minutes
44
# This improves performance by avoiding the costly session negotiation process where possible
0 commit comments