Re: Set the URI

2015-12-21 Thread Brendan Kearney
: backend tproxy acl https ssl_fc http-request set-uri http://%[req.hdr(Host)]%[path]?%[query] unless https server proxy1 192.168.88.1:3128 check inter 1 server proxy2 192.168.88.2:3128 check inter 1 results in the below error message: [ALERT] 354/105146

Re: Set the URI

2015-12-21 Thread Willy Tarreau
> backend tproxy > acl https ssl_fc > > http-request set-uri http://%[req.hdr(Host)]%[path]?%[query] > unless https > > server proxy1 192.168.88.1:3128 check inter 1 > server proxy2 192.168.88.2:3128 check inter 1 > > result

Re: Set the URI

2015-12-21 Thread Brendan Kearney
trying to get this working. I need to rewrite the GET line on a request so that the request is for the absolute URL, and not the relative URI. i found this article: http://www.haproxy.com/doc/aloha/7.0/haproxy/http_rewriting.html#rewriting-http-urls and the "Set the URI" section of

Re: Set the URI

2015-12-20 Thread Willy Tarreau
this working. I need to rewrite the GET line on a > >request so that the request is for the absolute URL, and not the > >relative URI. > > > >i found this article: > >http://www.haproxy.com/doc/aloha/7.0/haproxy/http_rewriting.html#rewriting-http-urls > > > &g

Re: Set the URI

2015-12-20 Thread Brendan Kearney
URL, and not the relative URI. i found this article: http://www.haproxy.com/doc/aloha/7.0/haproxy/http_rewriting.html#rewriting-http-urls and the "Set the URI" section of that page is exactly what i want to do, but i need to do it in the community version of HAProxy, not Aloha. i

Set the URI

2015-12-05 Thread Brendan Kearney
this article: http://www.haproxy.com/doc/aloha/7.0/haproxy/http_rewriting.html#rewriting-http-urls and the "Set the URI" section of that page is exactly what i want to do, but i need to do it in the community version of HAProxy, not Aloha. i cant seem to get the process down on how to capture