XG WAF: blockt Anhänge größer 1MB (modsec, modsecurity)
Zitat von mpachmann am 26. Januar 2023, 17:08 Uhrhttps://www.frankysweb.de/community/exchange2016/xg-230-blockt-owa-anhaenge-groesser-1-mb/
WAF Policies auflisten:
psql -U nobody -d corporate -c "select name,id,sec_request_body_no_files_limit from tblwafsecurityprofile;"ID in folgendem Befehl einsetzen:
psql -U nobody -d corporate -c "update tblwafsecurityprofile set sec_request_body_no_files_limit=536870912 where id=1 or id=2;"
536870912. (=512MB)Check ob die settings übernommen wurden:
psql -U nobody -d corporate -c "select name,id,sec_request_body_no_files_limit from tblwafsecurityprofile;"WAF config (reverseproxy.conf) schreiben lassen:
opcode waf_reconfig -t json -b '{"Entity": "waf_advanced_config", "Event": "UPDATE"}' -ds nosync
https://www.frankysweb.de/community/exchange2016/xg-230-blockt-owa-anhaenge-groesser-1-mb/
WAF Policies auflisten:
psql -U nobody -d corporate -c "select name,id,sec_request_body_no_files_limit from tblwafsecurityprofile;"
ID in folgendem Befehl einsetzen:
psql -U nobody -d corporate -c "update tblwafsecurityprofile set sec_request_body_no_files_limit=536870912 where id=1 or id=2;"
536870912. (=512MB)
Check ob die settings übernommen wurden:
psql -U nobody -d corporate -c "select name,id,sec_request_body_no_files_limit from tblwafsecurityprofile;"
WAF config (reverseproxy.conf) schreiben lassen:
opcode waf_reconfig -t json -b '{"Entity": "waf_advanced_config", "Event": "UPDATE"}' -ds nosync