Re: ATS forwarding requests to parent cache

2020-06-29 Thread Jeremy Payne
Ok.. on your child server, set your parent.config to use: parent_is_proxy=false "the list of parents and secondary parents are the origin servers go_direct flag is ignored and origins are selected using the specified round_robin algorithm. The FQDN is removed from the http request line." Your ch

Re: ATS forwarding requests to parent cache

2020-06-28 Thread Avi Weit
Hi Jeremy, My parent cache is behind kubernetes ingress controller. I need the Host: header be set with: vcache-mid-1.cdn.lab:31695 Please find below my response embodied in your reply. >> ensure your parent cache will recognize requests for >> originserver.cdn.lab:8080 I think my parent cache

RE: ATS forwarding requests to parent cache

2020-06-26 Thread Avi Weit
1695/ http://originserver.cdn.lab:8080/ parent.config - dest_domain=. parent="originserver.cdn.lab:8080" From: "Avi Weit" To: Jeremy Payne Cc: dev@trafficserver.apache.org Date: 26/06/2020 17:28 Subject: [EXTERNAL] Re: ATS forwarding requests to p

Re: ATS forwarding requests to parent cache

2020-06-26 Thread Avi Weit
main=. parent="originserver.cdn.lab:8080" Thanks, - Avi = From: Jeremy Payne Date: Thu, 25 Jun 2020 11:14:05 -0500 Message-ID: Subject: Re: ATS forwarding requests to parent cache To: dev@trafficserver.apache.org C

Re: ATS forwarding requests to parent cache

2020-06-25 Thread Jeremy Payne
ensure your parent cache will recognize requests for originserver.cdn.lab:8080 This below is the request to your parent cache. GET http://originserver.cdn.lab:8080/player.html HTTP/1.1^M The HOST header in this request will not be honored. In this context, you have to account for the FQDN seen