-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Argument 'src-port' not found for IPv6 #107
Comments
Hello, I attempted troubleshooting, and it appears that the issue is specific to IPv6 compatibility. To mitigate this, I separated IPv4 and IPv6 onto distinct frontends and disabled Coraza on the IPv6 frontend. However, this approach is a temporary workaround rather than a true solution, as it merely masks the underlying issue rather than resolving it. Is there someone from the development team available to investigate this issue further? |
Is this still an issue? |
yes, it is. Here is some logs that coraza throws
|
Are you using the rewrite or previous version? I just tried and cannot reproduce it. Log output:
|
Indeed updating coraza solved the issue. and change this and also in line 48 the is a typo But in total, thank you and really hope this repo will go stable at some point. |
Hello,
today I noticed, that our web application is getting slow after we have added AAAA DNS headers. Turned out, that requests via IPv6 had coraza failing. The problem is, that for IPv6 traffic there is no
src-port
given and coraza fails withI have prepared a minimal test-case with docker compose here. The configuration is pretty much exactly what is described in the README.md.
Currently it is unclear to me, if this a problem of this repository or with HAproxy itself.
The text was updated successfully, but these errors were encountered: