corazawaf / coraza-spoa

EXPERIMENTAL: A wrapper around the OWASP Coraza WAF for HAProxy's SPOE filters
Apache License 2.0
74 stars 16 forks source link

Error sample_app, error: Key not found #93

Open sstsarel opened 9 months ago

sstsarel commented 9 months ago

level=error msg="spoe error during first notify handle: handle notify: failed to get transaction from cache, transaction_id: , app: sample_app, error: Key not found."

I picked up the container as written here Build the coraza-spoa image docker-compose build Run haproxy, coraza-spoa and a mock server docker-compose up

when will I make a request for 4000 I receive an error message ( level=error msg="spoe error during first notify handle: handle notify: failed to get transaction from cache, transaction_id: 5dae59a1-687a-4ed1-b3d1-240e5a74d4b2, app: sample_app, error: Key not found.") If you comment out the #spoe-message coraza-res block then everything works fine

ubuntu 22.04 Docker version 24.0.6

sylweltan commented 7 months ago

The same error here. When set no_response_check: false in config.yaml it started working