Hi Lukas,

2016-01-13 9:24 GMT+01:00 Lukas Tribus <[email protected]>:

> > Hi,
> >
> > I'm matching sslv2 client hello message with these 2 ACL (!= req.ssl_ver
> 2)
> >
> > acl ssl2-1 payload(0,1) -m bin 80
> > acl ssl2-2 payload(2,1) -m bin 01
> > use_backend bk2 if ssl2-1 ssl2-2
> >
> > Is it possible to do it with 1 ACL ?
>
> Shouldn't:
> acl ssl2 payload(0,2) -m bin 8001
>
> just work?
>

I'm checking byte 0 and 2, not 0 and 1, so it's more 80??01


>
>
>
> Regards,
>
> Lukas
>
>

Reply via email to