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 ?

In any case thanks for haproxy, really handy when you want to to strange
stuff :)
Regards
Etienne

Reply via email to