<div dir="auto"><div data-smartmail="gmail_signature" dir="auto">On Thu, Apr 5, 2018, 23:44 Amos Jeffries <<a href="mailto:squid3@treenet.co.nz">squid3@treenet.co.nz</a>> wrote:<br></div><div class="gmail_quote" dir="auto"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On 06/04/18 08:56, j.e. wrote:<br>
> (squid 3.5) I have in my config acl for some domains like:<br>
><br>
> acl mydomains dstdomain "/usr/local....."<br>
><br>
> and<br>
><br>
> cache_peer_access 10.10.x.x allow mydomains<br>
><br>
> so all http traffic to domains from my list is forwarded (port 80) to<br>
> another squid and that's works correct but only for port 80, traffic to<br>
> port 443 does work probably because there in config is set:<br>
><br>
> allways_direct allow SSL_ports<br>
><br>
> and forwarding to my another squid not working.<br>
<br>
How is your cache_peer directive setup?<br>
<br>
It is more likely because your peer is not setup to receive HTTPS<br>
traffic, so the "mydomains" stuff is not going where you may think.<br>
<br>
Amos<br>
_______________________________________________<br>
squid-users mailing list<br>
<a href="mailto:squid-users@lists.squid-cache.org" target="_blank" rel="noreferrer">squid-users@lists.squid-cache.org</a><br>
<a href="http://lists.squid-cache.org/listinfo/squid-users" rel="noreferrer noreferrer" target="_blank">http://lists.squid-cache.org/listinfo/squid-users</a></blockquote></div><div dir="auto"><br></div><div dir="auto">Thx for response , below part of my config :</div><div dir="auto"><br></div><div dir="auto">cache_peer 10.10.x.x parent 31281 0 proxy-only no-tproxy</div><div dir="auto"><br></div><div dir="auto">acl mydomains dstdomain "use/local....."</div><div dir="auto"><br></div><div dir="auto">cache_pee_access 10.10.x.x allow mydomain</div><div dir="auto"><br></div><div dir="auto">never_direct allow mydomain</div><div dir="auto"><br></div><div dir="auto">peer_connect_timeout 5 seconds</div><div dir="auto"><br></div><div dir="auto"><br></div><div dir="auto"><br></div><div class="gmail_quote" dir="auto"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><br>
</blockquote></div></div>