-
安装完OpenWaf后,使用它自带的nginx却无法启动nginx
提示说【warn】/etc/ngx_openwaf.conf中的pcre_jit on这一行有问题
【emery】/opt/openwaf/conf/twaf.api.conf中的stub_status on 有问题
-
Hi,
I'm new in OpenWAF and I have few questions:
1. Where I can find all rules in OpenWAF git repo and on which conditions there are defined? I found this rules https://github.com/titansec/OpenWAF/t…
-
在 nginx 的 http 级别添加如下两行:
include /opt/OpenWAF/conf/twaf_main.conf;
include /opt/OpenWAF/conf/twaf_api.conf;
报错
nginx: the configuration file /www/server/nginx/conf/nginx.conf syntax is …
-
# /data/server/nginx-1.14/sbin/nginx -V
nginx version: JYWS/2.1.0
built by gcc 4.8.5 20150623 (Red Hat 4.8.5-16) (GCC)
built with OpenSSL 1.1.0h 27 Mar 2018
TLS SNI support enabled
configure ar…
-
1、http的请求访问都正常,waf拦截ok
2、线上在使用https,升级到openwaf后,https的请求全部被拦截,加入ssl_certificate_by_lua_file配置后,报ERR_SSL_PROTOCOL_ERROR500错误
3、/usr/local/src/OpenWAF/conf/twaf_access_rule.json配置如下
![image](https://…
-
-
IMAGE SYNC
-
twaf_access_rule.json
```
{
"host":"adminer.domain.com",
"port":80,
"path":"/",
"forward":"adminers",
"forward_addr": "10.0.3.6",
"forward_port": 8080,
…
-
您好,请问日志记录功能近期是否已经实现了?
看了下,在您的TODO list里。
-
您好,我是在Ubuntu虚拟机上搭建了一个DVWA(80端口)来测试OpenWAF。
直接访问80端口,可正常访问dvwa。
使用的是OpenWAF的默认配置文件/etc/ngx_openwaf.conf ,仅改了默认监听端口为8080。
```
tcp 0 0 0.0.0.0:8080 0.0.0.0:* LIST…