Hello, I have this design i'm trying to implement with Apache Traffic Server.
Two separate parent forwarding proxies in different network segments for accessing internet and internal services. One child forwarding proxy, which receives all the requests and forwards those to the corresponding parent proxy based on URL or some other parameter. Feels straightforward, and worked with the 5.x version coming from EPEL, but i cannot get it working with the 8.0.1. HTTP requests work fine when curling from a random server using the child proxy, but any HTTP>HTTPS redirect or HTTPS page doesn't. If i enable remapping on child and parents, i get "HTTP/1.1 403 Tunnel Forbidden traffic server" If i disable it, i get "Received HTTP code 502 from proxy after CONNECT" Am i missing something crucial in the ATS logic? Is such a use case possible with ATS? Best regards, Dmitri
