Re: [squid-users] ssl_bump for specific dstdomain

2015-03-27 Thread Daniel Greenwald
here is a python helper I wrote with help of previous posts. It takes sni info from squid and returns OK if the domain is in /etc/squid/domains_nobump.acl (I am not a coder..) Problem is it works good for intercepted browser traffic but doesn't work when a user tries to use an app on an eg android

[squid-users] mmap() in squid

2015-03-27 Thread Eugene M. Zheganin
Hi. Squid uses mmap() call from 3.4.x, and mmap() on FreeBSD it has one specific flag - MAP_NOSYNC, which prevents dirtied pages from being flushed on disk: MAP_NOSYNCCauses data dirtied via this VM map to be flushed to physical media only when necessary (usually by

Re: [squid-users] assertion failed: ../src/ipc/AtomicWord.h:88: "Enabled()"

2015-03-27 Thread Amos Jeffries
Hi Dan, This appears by a breakage in the 3.5 snapshots' GNU atomics detection. Though we are still not sure why the error occurs yet with atomics disabled. Snapshots labelled r13783 or later available in a few hrs should be fixed. Cheers Amos On 27/03/2015 11:47 a.m., Dan Charlesworth wrote: