Hi Alex,
Many thanks for your reply and sorry for the misleading. In fact I just want to
log the number of encrypted bytes received from the HTTPS client, not the
decrypted HTTPS body sizes. Do you know how to do this?
I also build squid 3.5.23 with default parameter, and seems squid log stil
Thanks,
I'm test it now
-Message d'origine-
De : squid-users [mailto:squid-users-boun...@lists.squid-cache.org] De la part
de Garri Djavadyan
Envoyé : mardi 20 décembre 2016 18:58
À : squid-users@lists.squid-cache.org
Objet : Re: [squid-users] Squid freeze each hour.
On 2016-12-20 21:4
On 2016-12-20 21:42, David Touzeau wrote:
Is there any way to disabling Cache digest without need to recompile
squid ?
Hi,
Use "digest_generation off".
http://www.squid-cache.org/Doc/config/digest_generation/
Garri
___
squid-users mailing list
squ
On 12/20/2016 02:42 AM, Hardik Dangar wrote:
> Following changes in config works and whatsapp starts working,
>
> acl serverIsws ssl::server_name_regex ^w[0-9]+\.web\.whatsapp\.com$
>
> acl step1 at_step SslBump1
> ssl_bump peek step1
> ssl_bump splice serverIsws
> ssl_bump bump !serverIsws all
Hi Alex,
Is there any way to disabling Cache digest without need to recompile squid ?
-Message d'origine-
De : Alex Rousskov [mailto:rouss...@measurement-factory.com]
Envoyé : mardi 20 décembre 2016 17:21
À : squid-users@lists.squid-cache.org
Cc : David Touzeau
Objet : Re: [squid-users]
On 12/20/2016 03:56 AM, wei wrote:
> I want to calculate all bytes when a request is sent to squid,
According to squid.conf.documented, you can use the following logformat
%codes to get unencrypted HTTP request sizes:
> including:
> 1. the header length that client will send to squid
[http::
That did it.
Again, Thanks Eliezer! I really appreciate it.
> On Dec 20, 2016, at 11:20 AM, Eliezer Croitoru wrote:
>
> What I wrote is that you will need to put it as the first line in the
> squid.conf file...
> But in your case you are using squidguard so you will need to add the next
>
On 12/20/2016 04:53 AM, David Touzeau wrote:
> I'm using the 3.5.23, each hour, the proxy port did not respond for 3 to 10
> minutes.
Do you have Cache Digests enabled (either implicitly or explicitly)? If
yes, try disabling them. Others on the list can help you with that if
you cannot figure it
What I wrote is that you will need to put it as the first line in the
squid.conf file...
But in your case you are using squidguard so you will need to add the next
lines in this order:
url_rewrite_access deny localhost
url_rewrite_access allow all
Eliezer
* Anthony thanks for pointing me to the
Antony is right….
I have that line in my config file. That is my config that Antony posted
(http://pastebin.com/TQ8H6bRp), except I excluded the SMTP port as Amos
recommended.
> On Dec 20, 2016, at 11:11 AM, Antony Stone
> wrote:
>
> On Tuesday 20 December 2016 at 16:59:11, Eliezer Croitoru
On Tuesday 20 December 2016 at 16:59:11, Eliezer Croitoru wrote:
> The issue is with acls and probably squidguard.
> You should add to the configuration something like:
> http_access allow localhost manager
Er, that line is already in his squid.conf
> and also another line that will deny localho
The issue is with acls and probably squidguard.
You should add to the configuration something like:
http_access allow localhost manager
and also another line that will deny localhost traffic from being inspected.
If the above as the first line doesn't sort it out I will need squid.conf to
understa
Hi Eliezer,
Thanks for the reply.
changing /etc/hosts made no difference, the new log just showed the ipv4
localhost:
verbosity level set to 2
Request:
GET cache_object://localhost/info HTTP/1.0
Host: localhost
User-Agent: squidclient/3.5.22
Accept: */*
Connection: close
.
Transport detected:
It looks like your acls are denying access to the localhost because it's trying
to access the proxy using ipv6.
Try to comment the "::1 localhost" line from /etc/hosts and try to see if it's
the same.
If it's still not working you will need to write couple rules at the top of the
squid.conf file
Proxy has freezed again and when doing squid -k debug
Many refresh.cc, store_digest.cc, store_dir.cc
After finishing these tasks, proxy will return to be responsive
2016/12/20 15:27:41.470 kid1| 71,6| store_digest.cc(288) storeDigestAdd:
storeDigestAdd: added entry, key: A035B81FB42C32A106E43
Thanks Elizer, i will send you squid configuration and cache.log in a separate
message
Some things are missing and we need you to fill the picture for us.
What OS are you running squid ontop? --> Debian 7 64 bits
Are you running it in intercept or tproxy mode? --> connected mode.
Are you using
On Mon, Dec 19, 2016, at 06:58 PM, cred...@eml.cc wrote:
>
> On Sun, Dec 18, 2016, at 11:24 PM, Amos Jeffries wrote:
> > On 19/12/2016 5:59 p.m., creditu wrote:
> > >
> > > On Sun, Dec 18, 2016, at 01:21 PM, Michael Pelletier wrote:
> > >> Check your file permissions on the key.
> > >>
> > >> O
On Dec 19, 2016, at 11:55 PM, Amos Jeffries
mailto:squ...@treenet.co.nz>> wrote:
On 20/12/2016 9:52 a.m., Sameh Onaissi wrote:
On Dec 19, 2016, at 1:31 PM, Antony Stone wrote:
On Monday 19 December 2016 at 17:44:11, Sameh Onaissi wrote:
Hello,
I was using squid client to get cache stats, how
Can you share what was the issue and how did you managed to resolve it?
Eliezer
Eliezer Croitoru
Linux System Administrator
Mobile: +972-5-28704261
Email: elie...@ngtech.co.il
-Original Message-
From: squid-users [mailto:squid-users-boun...@lists.squid-cache.org] On Behalf
Of bjoe
I do not see this, do you have something particular ? SSLBump maybe ? SMP ?
___
squid-users mailing list
squid-users@lists.squid-cache.org
http://lists.squid-cache.org/listinfo/squid-users
Hey Simon,
Just to clear out things for me since the bug report is a bit confusing in the
Bugzilla.
What should I do to replicate the bug in my lab?
1. install FreeBSD 11 stable
2. Compile squid latest
And what then?
Just use the proxy?
Thanks,
Eliezer
Eliezer Croitoru
Linux System Adminis
Hey David,
Some things are missing and we need you to fill the picture for us.
What OS are you running squid ontop?
Are you running it in intercept or tproxy mode?
Are you using ssl-bump?
Are you using it with multiple cores?
Can you attach the squid.conf( removing the confidential details) to thi
Hi
I'm using the 3.5.23, each hour, the proxy port did not respond for 3 to 10
minutes.
During the freeze have made a -k debug to see whats happening.
Here a piece of log of the log during the freeze:
Is there something relevant ?:
2016/12/20 12:09:09.072 kid1| 71,6| store_digest.cc(226) storeDi
Thanks Amos.
It is to create a kind of WAN Proxy that accepts only PROXY Protocol and to
get Proxy Protocol benefits (without losing the client information - IP
addresses and Authentications )
Forwarding SSL can be useful too.
<< You can send to me your ways to be a sponsor on it... >>
-Me
Greetings everyone,
The CygWin based build of Squid proxy for Microsoft Windows version 3.5.23 is
now available (amd64 only!).
* Original release notes are at
http://www.squid-cache.org/Versions/v3/3.5/squid-3.5.23-RELEASENOTES.html.
* Ready to use MSI package can be downloaded from http:/
Hi Guys,
I want to calculate all bytes when a request is sent to squid, including:
1. the header length that client will send to squid
2. the post content length that send to squid
3. the response length squid will reply to client
logformat squid %ts.%03tu %6tr %>a %Ss/%03Hs %_
@Eliezer, @Amos
Following changes in config works and whatsapp starts working,
acl serverIsws ssl::server_name_regex ^w[0-9]+\.web\.whatsapp\.com$
acl step1 at_step SslBump1
ssl_bump peek step1
ssl_bump splice serverIsws
ssl_bump bump !serverIsws all
[ above is a feature of whatsapp which allow
Hi, Garri,
I've tested 3.5-r14128, it crashed again with the same error.
2016/12/20 16:23:22 kid1| assertion failed: MemBuf.cc:216: "0 <=
tailSize && tailSize <= cSize"
Simon
20161220
在 2016/12/16 17:47, Garri Djavadyan 写道:
> On Fri, 2016-12-16 at 14:38 +05
Hello!
Just a short update.
Got it working.
So now we have CentOS/Squid/ecap camav and ldap auth. Just the redirect
is missing if a virus was fond...working on that.
Thanks for all the help.
björn
>>> "bjoern wahl" 20.12.16 8.19 Uhr >>>
Hello!
I would like to switch from SLES to CentOS Squ
29 matches
Mail list logo