The problem was with Pristine Headers. Disabling them (traffic_ctl config set proxy.config.url_remap.pristine_host_hdr 0) seemed to do the trick.
Thanks guys! Also, thanks for the recommendation about tracing specific tags, I think that'll come in handy if I run into issues later on. On 17 January 2016 at 16:00, Leif Hedstrom <[email protected]> wrote: > > > On Jan 14, 2016, at 4:26 PM, Daniel Carraro <[email protected]> > wrote: > > > > @Jeremy, Sure thing. > > > The best way to debug this is to trace on the http_hdrs tag, e.g. > > $ sudo traffic_server -T http_hdrs > > and then send one request and see what happens. > > — Leif > >
