Re: [squid-users] Filtering HTTPS URLs

2016-02-11 Thread Panda Admin
Try adding acl step1 at_step SslBump1 ssl_bump peek step1 bump_sites This worked for me. Just a suggestion:) On Thu, Feb 11, 2016 at 3:59 AM, Amos Jeffries wrote: > On 11/02/2016 1:05 p.m., Victor Hugo wrote: > > Hi, > > > > I was wondering if it is possible to filter HTTPS URLs using squid (

Re: [squid-users] Squid Crashing

2016-02-09 Thread Panda Admin
Feb 9, 2016 at 3:50 PM, Rafael Akchurin < rafael.akchu...@diladele.com> wrote: > Hello Panda Admin, > > > > If you do not mind looking at ICAP filtering instead of only URL filtering > please take a look at our qlproxy (ICAP web filter for Squid). > > The shalla list forma

Re: [squid-users] Squid Crashing

2016-02-09 Thread Panda Admin
The acl files are up to 16M in size. The RAM on the machine is 4G. Allocating swap space 8G for the OS has fixed the crashing issue. The only issue now is startup time. Squid is taking several minutes to start up. Is there a better solution that I'm missing? Thanks! On Tue, Feb 9, 2016 at 12:42

Re: [squid-users] Squid Crashing

2016-02-09 Thread Panda Admin
Adding a swap directory fixed it for now. I think it's because my ACL files are so large. On Tue, Feb 9, 2016 at 11:00 AM, Panda Admin wrote: > I see that, but that's not possible. I still have system memory available. > I just did a top while running squid, never went over

Re: [squid-users] Squid Crashing

2016-02-09 Thread Panda Admin
all in the logs you posted: > > ipcCreate: fork: (12) Cannot allocate memory > WARNING: Cannot run '/lib/squid3/ssl_crtd' process. > ... > FATAL: Failed to create unlinkd subprocess > > You've run of system memory during startup. > > > On Tue, Feb 9, 2

[squid-users] Squid Crashing

2016-02-09 Thread Panda Admin
Hello, I am running squid 3.5.13 and it crashes with these errors: 2016/02/09 15:43:24 kid1| Set Current Directory to /var/spool/squid3 2016/02/09 15:43:24 kid1| Starting Squid Cache version 3.5.13 for x86_64-pc-linux-gnu... 2016/02/09 15:43:24 kid1| Service Name: squid 2016/02/09 15:43:24 kid1|

[squid-users] squid -z not exiting?

2016-01-29 Thread Panda Admin
I'm running squid3.5.13 and running the command 'squid -z" says it creates the directories but doesn't exit. Ever. Any idea what's going on with that? Thanks! ___ squid-users mailing list squid-users@lists.squid-cache.org http://lists.squid-cache.org/li

[squid-users] HTTPS Content Filtering without de-crypting traffic?

2016-01-26 Thread Panda Admin
Hello, I attempting to terminate https traffic based on ACLs using ssl_bumping WITHOUT de-crypting the traffic in intercept/transparent mode. Has anyone got this to work before? I have copied my configuration and what my iptables nat rules look like. I am using squid 3.5.13 with the following c