Update fusionpbx
Added :!aNULL to nginx SSL config to exclude anon ciphers.
This commit is contained in:
parent
02057e68dc
commit
f2946b66c9
|
|
@ -118,7 +118,7 @@ server {
|
|||
ssl_certificate /etc/ssl/certs/nginx.crt;
|
||||
ssl_certificate_key /etc/ssl/private/nginx.key;
|
||||
ssl_protocols TLSv1 TLSv1.1 TLSv1.2;
|
||||
ssl_ciphers HIGH:!ADH:!MD5;
|
||||
ssl_ciphers HIGH:!ADH:!MD5:!aNULL;
|
||||
|
||||
#REST api
|
||||
if ($uri ~* ^.*/api/.*$) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue