<div dir="ltr">Thanks for the reply!<div>I'm not sure I'm following. Are you suggesting to remove cache_peer in the child, use qos_flows to mark the cache miss traffic, and then configure routing policies to direct that to the parent squid? </div><div>Anything I could read to get more info about that approach?</div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Dec 28, 2017 at 12:44 AM, Amos Jeffries <span dir="ltr"><<a href="mailto:squid3@treenet.co.nz" target="_blank">squid3@treenet.co.nz</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On 2017-12-28 07:53, Mauricio Garavaglia wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hello! I have a squid 3.5 caching HTTPS doing BumpSSL, everything<br>
works ok butI need to add another one as a parent (bigger storage and<br>
but different SLA...) of the first one, while still allowing it to go<br>
direct if the parent is not available.<br>
<br>
[Client]---->[Squid 1]----->[Squid 2]---->[Origin Server]<br>
<br>
To proper cache both, I would need to bump, but that's not available<br>
per<br>
<a href="https://github.com/squid-cache/squid/blob/v3.5/src/FwdState.cc#L813" rel="noreferrer" target="_blank">https://github.com/squid-cache<wbr>/squid/blob/v3.5/src/FwdState.<wbr>cc#L813</a><br>
<br>
What would be the correct way to accomplish that? Tried making the<br>
first one to just peek but I still want to allow to cache the<br>
responses and not just bypass the connection.<br>
</blockquote>
<br>
<br></span>
The way to do this is to use MARK or TOS to label the child proxy outgoing traffic so routing can send it to the parent proxy where it gets re-bumped. Both proxies otherwise operate as stand-alone interceptors.<br>
<br>
DO NOT use cache_peer originserver connections between them - while this can appear to work for some traffic it removes TLS properties needed by many modern clients.<span class="HOEnZb"><font color="#888888"><br>
<br>
Amos<br>
</font></span></blockquote></div><br></div>