[squid-users] 3.5.23: Retreive pairs in note acl

2017-01-14 Thread David Touzeau
Hi I have created an external helper that return OK a=note1 By adding tags in logs I see correctly that squid writes in log, "a:%20note1" But I cannot match this note in acls both test1 and test2 test3 not matches the added tag Acl test1 note a:note1 Acl test2 note a=note1 Acl test3 note:%20n

Re: [squid-users] 3.5.23: Retreive pairs in note acl

2017-01-14 Thread Alex Rousskov
On 01/14/2017 04:55 AM, David Touzeau wrote: > I have created an external helper that return OK a=note1 > > What is the correct line to retrieve the correct note ? acl annotatedWithANote1 note a note1 http_access deny annotatedWithANote1 Alex. > acl aclname note [-m[=delimiters]] name [va

Re: [squid-users] A bunch of SSL errors I am not sure why

2017-01-14 Thread Eliezer Croitoru
I have not experienced this issue on my testing lab when accessing: https://web.dlinkla.com/websys $ squid -v Squid Cache: Version 3.5.23 Service Name: squid configure options: '--build=x86_64-redhat-linux-gnu' '--host=x86_64-redhat-linux-gnu' '--program-prefix=' '--prefix=/usr' '--exec-prefix=

Re: [squid-users] 3.5.23: Retreive pairs in note acl

2017-01-14 Thread David Touzeau
> I have created an external helper that return OK a=note1 > > What is the correct line to retrieve the correct note ? acl annotatedWithANote1 note a note1 http_access deny annotatedWithANote1 Alex. > acl aclname note [-m[=delimiters]] name [value ...] > # match transaction annotation

Re: [squid-users] A bunch of SSL errors I am not sure why

2017-01-14 Thread Sameh Onaissi
Hello, Bypassed is non-intercepted right? The site worked fine when it was added to the bypass list. Other .gov.co sites have the same issue, and I have to add them to bypass list for clients to be able to access them. Here’s the error page before adding to the bypass list: https

Re: [squid-users] A bunch of SSL errors I am not sure why

2017-01-14 Thread Amos Jeffries
On 15/01/2017 2:25 p.m., Sameh Onaissi wrote: > Hello, > > I assume bypassed are non intercepted? That depends on whether the bypass is bypassing interception or something else. > Once the site IP is on the bypass list, it opened without an issue. There are a few other .gov.co si