<div dir="ltr"><div><div>Amos,<br><br></div>If the website that is being asked for is not in the whitelist, won't it fall through and ask for authentication?  That is how it seems to work to me.  That's why I am thinking I need 2 different ports or something to do what I want.<br></div><div><br></div><div>PH<br></div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Nov 20, 2017 at 11:38 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>On 21/11/17 05:02, Paul Hackmann wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hi all.  I've got a fairly basic squid config set up on linux.  I have basic authentication set up on it to the default 3128 port, and it works just fine.  I would like to keep this configuration.  However, I would like to set up another port that only allows a certain whitelist of websites that doesn't require or ask for authentication.  I want to set this up for certain apps that don't have proxy settings built into them.  I want windows to be able to connect to some sites, but not everything and if it can't reach the site, I don't want it to ask for credentials.  With my current configuration, it asks for credentials for any app that is trying to connect to a non-whitelisted website.  Is this configuration possible and do you have an example?  Sorry if this has been answered before, I am very green to squid yet.<br>
</blockquote>
<br></span>
Simply place the http_access rules for handling that traffic above the first line which requires authentication.<br>
<br>
  http_access ... lines that dont require auth.<br>
<br>
  acl login proxy_auth REQUIRED<br>
  http_access deny !login<br>
<br>
  http_access ... rules for authenticated users.<br>
<br>
<br>
Amos<br>
______________________________<wbr>_________________<br>
squid-users mailing list<br>
<a href="mailto:squid-users@lists.squid-cache.org" target="_blank">squid-users@lists.squid-cache.<wbr>org</a><br>
<a href="http://lists.squid-cache.org/listinfo/squid-users" rel="noreferrer" target="_blank">http://lists.squid-cache.org/l<wbr>istinfo/squid-users</a><br>
</blockquote></div><br><br clear="all"><br>-- <br><div class="m_-6297238780227340262gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div><div>Paul Hackmann<br></div>Sims TV/Haven Electronics<br></div><div>121 N. Vine St.<br></div>West Union, IA. 52175<br><a href="tel:(563)%20422-5751" value="+15634225751" target="_blank">563-422-5751</a><br></div></div>
</div></div>