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 (
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
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
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
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
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|
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
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