UUSEC WAF Integration Issue: Getting {"error":"no data found"} and No Traffic Stats #184
Unanswered
KrostDevTR
asked this question in
Q&A
Replies: 1 comment
-
|
Maybe you should install UUSEC WAF separately, there are some ports conflicts. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I have installed UUSEC WAF via OpenResty Panel. I am serving a static website at https://waftest.xxxxxxx.net using OpenResty.
The Issue: I attempted to route my traffic through the WAF, but I encountered two main problems:
Empty Statistics: Most of the time, the WAF dashboard shows 0 Live QPS and no request statistics even when I browse the site.
Data Error: After some manual configuration attempts to link the domain, the website stopped loading and started displaying a JSON error: {"error":"no data found"}.
My Current Environment:
Static Files Path: /opt/om/nginx/conf/statics/3
WAF Access: https://uusecwaf.xxxxxxx.net
Nginx Config: Using standard server blocks with lua_file filters.
My Questions:
What is the specific cause of the {"error":"no data found"} message? Does it mean the WAF cannot find the upstream/root directory?
How should I correctly configure the "Upstream" or "Site" settings in the UUSEC panel for a local static folder rather than a remote server?
Is there a specific access_by_lua directive I should use to ensure traffic is handed over to UUSEC WAF properly?
Thank you for your assistance.
Beta Was this translation helpful? Give feedback.
All reactions