Hi Greg,
I use this combo to check if request is cached or no and why:
debug_options 20,9 27,9 31,9 70,9 82,9 22,9 84,9 90,9
Then in cache.log file you can search by 'YES' or 'NO' (uppercase) to
see if the content is cacheable (and cached) or not and the reason of
this decision. Hope this will
sage--
*From: *Pavel Kazlenka
*Date: *Wed, Feb 4, 2015 14:10
*To: *Rajkumar Prasad;squid-users@lists.squid-cache.org;
*Subject:*Re: [squid-users] help with regard to http/https filtering
Hi Rajkumar,
You need SSLBump feature
(http://wiki.squid-cache.org/Features/SslBump) configured in orde
Hi Rajkumar,
You need SSLBump feature (http://wiki.squid-cache.org/Features/SslBump)
configured in order to use url_regex acl against https traffic.
Best wishes,
Pavel
On 02/04/2015 09:38 AM, Rajkumar Prasad wrote:
Hi Everyone,
Have been working on very basic squid configurations and need
29/2015 01:27 PM, Yuri Voinov wrote:
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Just read squid.conf.documented, is it? ;)
29.01.2015 16:26, Pavel Kazlenka пишет:
Answering my own question:
Adding clientca= and cafile= options of https_port is enough to
trigger client certificate re
Answering my own question:
Adding clientca= and cafile= options of https_port is enough to trigger
client certificate request.
On 01/28/2015 03:44 PM, Pavel Kazlenka wrote:
Hi gentlemen,
I have https_port configured as the next:
https_port 3128 cert=/home/tester/certificates/server.crt
key
Hi gentlemen,
I have https_port configured as the next:
https_port 3128 cert=/home/tester/certificates/server.crt
key=/home/tester/certificates/server.key
and would like to force squid to retrieve client's certificate.
According to
http://www-01.ibm.com/support/knowledgecenter/api/content/nl
Hi Hoang,
This could be a known bug:
http://bugs.squid-cache.org/show_bug.cgi?id=4057, the fix is attached,
but still not in main tree. You probably should rebuild squid within the
fix attached to bugzilla issue for now.
On 12/13/2014 12:16 PM, Hoang Nguyen wrote:
Dear Amos,
Could you help