Re: Content inspection using tcp-request/tcp-response content send-spoa-group

2020-11-24 Thread Stanislav Pavlíček
út 24. 11. 2020 v 14:29 odesílatel Stanislav Pavlíček < stanislav.pavli...@gmail.com> napsal: > tcp rulesets are only evaluated once. But, you may wait to eval a rule > using an > >> ACL. For instance "if { req.len gt 0 }". >> > I tried to follow your example and with acl and req.body as argument

Re: Content inspection using tcp-request/tcp-response content send-spoa-group

2020-11-24 Thread Stanislav Pavlíček
út 24. 11. 2020 v 13:57 odesílatel Christopher Faulet napsal: > > The issue is that although I declared tcp-request/tcp-reponse content > > send-spoa-group rules, my SPOA agent is called only once with request > length 0 > > and no payload. > > > > tcp rulesets are only evaluated once. But, you

Re: Content inspection using tcp-request/tcp-response content send-spoa-group

2020-11-24 Thread Christopher Faulet
Le 24/11/2020 à 11:48, Stanislav Pavlíček a écrit : Hello, I'm trying to implement content inspection using haproxy/SPOE and SPOA agent. I created basic sample configuration to demonstrate my issue: https://github.com/haproxy/haproxy/issues/956#issuecomment-732806414

Re: Content inspection using tcp-request/tcp-response content send-spoa-group

2020-11-24 Thread Stanislav Pavlíček
út 24. 11. 2020 v 12:28 odesílatel Aleksandar Lazic napsal: > I have downloaded the zip and see that you use the "contrib/spoa_server" > which have some issues which have Christopher Faulet explained in this post > https://www.mail-archive.com/haproxy@formilux.org/msg38484.html > > As far as I

Re: Content inspection using tcp-request/tcp-response content send-spoa-group

2020-11-24 Thread Aleksandar Lazic
Hi. On 24.11.20 11:48, Stanislav Pavlíček wrote: Hello, I'm trying to implement content inspection using haproxy/SPOE and SPOA agent. I created basic sample configuration to demonstrate my issue: https://github.com/haproxy/haproxy/issues/956#issuecomment-732806414 To reproduce locally,

Content inspection using tcp-request/tcp-response content send-spoa-group

2020-11-24 Thread Stanislav Pavlíček
Hello, I'm trying to implement content inspection using haproxy/SPOE and SPOA agent. I created basic sample configuration to demonstrate my issue: https://github.com/haproxy/haproxy/issues/956#issuecomment-732806414 To reproduce locally, just download contentdebug.zip archive from link above,