SNI suffix matching support (req_ssl_sni_end) for HaProxy 1.5 [patch enclosed]

2013-12-30 Thread Noam Liran
Hi, We recently needed an ACL to match a request's SNI host against a suffix (i.e. create an ACL to match *.my.domain.com against the SNI hostname). I was surprised to find out that req_ssl_sni had no search wrappers like _end and _reg. I saw that adding them was really trivial (kudos!) and I

Re: SNI suffix matching support (req_ssl_sni_end) for HaProxy 1.5 [patch enclosed]

2013-12-30 Thread Cyril Bonté
Hi Noam, Le 30/12/2013 19:38, Noam Liran a écrit : Hi, We recently needed an ACL to match a request's SNI host against a suffix (i.e. create an ACL to match *.my.domain.com against the SNI hostname). I was surprised to find out that req_ssl_sni had no search wrappers like _end and _reg. I