is it possible to SSL offloading and then re-pack as SSL?

2014-10-16 Thread Robert Chen
I want to do haproxy 1.5 SSL offloading, filter/processing some headers and then re-send as SSL? thanks, Robert

need to do deny request

2014-10-06 Thread Robert Chen
I want to deny on specific REST calls like: www.domain.com/REST/NS?index=true if there is ?index= I want to deny. Also this index=true could be post in x-www-urlencoded, form, index, how can I block based on index form in x-www-urlencoded? thanks, Robert

how to rewrite URL from dynamic hostnames?

2014-10-03 Thread Robert Chen
ns1.t1.obj01.domain.com ns35.t35.obj01.domain.com I only need to do is replace obj01 to int , and com to net ns1.t1.int.domain.net the prefix is not certain, too many. please help