Hi Seri,

On 2016-03-23 08:40, Sehoon Kim wrote:
Hi,

As below, I use stick-table for temporary acl.
After commit f71f6f6, src_get_gpc0 seems not to work.

So, I revert commit f71f6f6, and it works!!

That's not a valid commit in the official haproxy repo, can you please check the hash again?


frontend SSL-Offload
    bind :443 ssl crt ssl.pem ecdhe prime256v1

    tcp-request connection accept if { src_get_gpc0(whitelist) eq 1 }
    tcp-request connection reject

backend whitelist
    stick-table type ip size 1m expire 1h nopurge store gpc0

Thanks

Seri

--
Regards,
Christian Ruppert

Reply via email to