Skip to content

Commit d967fb4

Browse files
Merge pull request hestiacp#1 from hellodanielting/hellodanielting-removeRC4
Update SSL Ciphers for nginx.conf
2 parents 8976066 + 70a8f75 commit d967fb4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/rpm/conf/nginx.conf

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@ http {
3737

3838

3939
# SSL PCI Compliance
40-
ssl_ciphers RC4:HIGH:!aNULL:!MD5:!kEDH;
40+
ssl_protocols TLSv1.2 TLSv1.1 TLSv1;
41+
ssl_ciphers EECDH+AES128:RSA+AES128:EECDH+AES256:RSA+AES256:EECDH+3DES:RSA+3DES:!MD5;
4142
ssl_session_cache shared:SSL:10m;
4243
ssl_prefer_server_ciphers on;
4344

0 commit comments

Comments
 (0)