On 4/9/21 4:41 PM, Elliott Blake, Lisa Marie wrote:
> I realized that the whitelist is a symbolic link
Hi Lisa,
Glad you figured it out! IMO, it is a Squid bug that Squid starts
with broken symbolic links:
> 2021/04/09 20:34:52| ERROR: Can not open file /tmp/link for reading
> 2021/04/09 20:
Thanks!
An other, maybe easier way were to support more then one
adaptation_access lines, so we could do something like this:
adaptation_access pool1 allow all
adaptation_access pool2 allow all
But this is currently not working, only the first line takes effect,
the second is ignored. The config
On 4/8/21 3:11 PM, Elliott Blake, Lisa Marie wrote:
> I am trying to get squid to work with a text file for a whitelist. I
> get TCP_DENIED/403 on every url I try. I am using curl to test.
> curl -x https://libaux-prod.lib.uic.edu:3128 -I https://arl.org
Is that the exact curl command you are u