Re: [squid-users] Web Whatsapp, Dropbox... problem

2016-09-28 Thread Amos Jeffries
On 29/09/2016 11:27 a.m., Eliezer Croitoru wrote: > I am also testing this issue and I have the next settings: > acl DiscoverSNIHost at_step SslBump1 > acl NoSSLIntercept ssl::server_name_regex -i "/etc/squid/url.nobump" > ssl_bump splice NoSSLIntercept > ssl_bump peek DiscoverSNIHost > ssl_bump bu

Re: [squid-users] cache_peer name gone from logs after upgrade to 3.5

2016-09-28 Thread Amos Jeffries
On 29/09/2016 7:38 a.m., Daniel Sutcliffe wrote: > On Wed, Sep 28, 2016 at 1:56 PM, Yuri Voinov wrote: >>> It's tragedy, man. >>> >>> But 3.1 is too antique against 3.5 to remain unchanged. > > On Wed, Sep 28, 2016 at 2:02 PM, Daniel Sutcliffe wrote: >> :) Thankfully, almost all of the changes a

Re: [squid-users] Errors in cache.log

2016-09-28 Thread Amos Jeffries
On 29/09/2016 5:43 a.m., erdosain9 wrote: > Hi. > Another question in reference to this topic off delay pools. > if i have "internet-limitation" (a group with 100kb for all webs) and i want > that users of that group have different youtube bandwith... is this > posible?? Of course you can

Re: [squid-users] connections from particular users sometimes get stuck

2016-09-28 Thread Eugene M. Zheganin
Hi. On 28.09.2016 21:21, Alex Rousskov wrote: Indeed! Fixing that exposes one HTTP request in the capture file. Unfortunately, 1. Squid responded to that request (with a 407 message). Follow (tcp.stream eq 32) in Wireshark. 2. Squid did not receive this request when debugging was on:

Re: [squid-users] Web Whatsapp, Dropbox... problem

2016-09-28 Thread Eliezer Croitoru
I am also testing this issue and I have the next settings: acl DiscoverSNIHost at_step SslBump1 acl NoSSLIntercept ssl::server_name_regex -i "/etc/squid/url.nobump" ssl_bump splice NoSSLIntercept ssl_bump peek DiscoverSNIHost ssl_bump bump all sslcrtd_program /usr/lib/squid/ssl_crtd -s /var/squid/s

Re: [squid-users] The Squid “Persona”- Squid 3.5.21+4.0.14 Release

2016-09-28 Thread Eliezer Croitoru
It looks like a kid but missing a persona in some "things".. Squid is a great product that helps many but sometimes someone can miss the point of the product. There are limits to what the product can be when some QA is missing. We need a more assistance with debugging and testing as much as possib

Re: [squid-users] cache_peer name gone from logs after upgrade to 3.5

2016-09-28 Thread Yuri Voinov
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 29.09.2016 0:38, Daniel Sutcliffe пишет: > On Wed, Sep 28, 2016 at 1:56 PM, Yuri Voinov wrote: >>> It's tragedy, man. >>> >>> But 3.1 is too antique against 3.5 to remain unchanged. > > On Wed, Sep 28, 2016 at 2:02 PM, Daniel Sutcliffe wrote: >

Re: [squid-users] cache_peer name gone from logs after upgrade to 3.5

2016-09-28 Thread Daniel Sutcliffe
On Wed, Sep 28, 2016 at 1:56 PM, Yuri Voinov wrote: >> It's tragedy, man. >> >> But 3.1 is too antique against 3.5 to remain unchanged. On Wed, Sep 28, 2016 at 2:02 PM, Daniel Sutcliffe wrote: > :) Thankfully, almost all of the changes are improvements > >> Also, do not expect good documentation

Re: [squid-users] cache_peer name gone from logs after upgrade to 3.5

2016-09-28 Thread Daniel Sutcliffe
On Wed, Sep 28, 2016 at 1:56 PM, Yuri Voinov wrote: > It's tragedy, man. > > But 3.1 is too antique against 3.5 to remain unchanged. :) Thankfully, almost all of the changes are improvements > Also, do not expect good documentation from open source - you can always > read sources yourself and kn

Re: [squid-users] cache_peer name gone from logs after upgrade to 3.5

2016-09-28 Thread Yuri Voinov
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 It's tragedy, man. But 3.1 is too antique against 3.5 to remain unchanged. Also, do not expect good documentation from open source - you can always read sources yourself and know what's changed. Too sad. But this it. WBR, Yuri 28.09.2016 23:4

[squid-users] cache_peer name gone from logs after upgrade to 3.5

2016-09-28 Thread Daniel Sutcliffe
I have been using squid 3.1 on EL6 for a long time and recently made the upgrade to 3.5 - all seems to be working as expected functionality wise, but I'm noticing a difference in the log file content which is not helping me doing a bit of peer debugging... In 3.1 the access.log used to contain a:

Re: [squid-users] Errors in cache.log

2016-09-28 Thread erdosain9
Hi. Another question in reference to this topic off delay pools. if i have "internet-limitation" (a group with 100kb for all webs) and i want that users of that group have different youtube bandwith... is this posible?? I need to do another group with the user of that group that i want th

Re: [squid-users] connections from particular users sometimes get stuck

2016-09-28 Thread Alex Rousskov
On 09/28/2016 09:41 AM, Antony Stone wrote: > On Wednesday 28 September 2016 at 17:37:58, Alex Rousskov wrote: > >> AFAICT, Squid did not receive a request for www.ru: >>> $ egrep -c '.ru|217.112.35.75' cache.log.debug >>> 0 >>> >>> $ tshark -V -r squid-stuck-reference-client.pcap | egrep -c >

Re: [squid-users] connections from particular users sometimes get stuck

2016-09-28 Thread Antony Stone
On Wednesday 28 September 2016 at 17:37:58, Alex Rousskov wrote: > AFAICT, Squid did not receive a request for www.ru: > > $ egrep -c '.ru|217.112.35.75' cache.log.debug > > 0 > > > > $ tshark -V -r squid-stuck-reference-client.pcap | egrep -c > > '.ru|217.112.35.75' 0 Is that a direct c

Re: [squid-users] connections from particular users sometimes get stuck

2016-09-28 Thread Alex Rousskov
On 09/28/2016 02:22 AM, Eugene M. Zheganin wrote: > I took the debug trace and both the tcpdump client-side and server-side > (towards the internet) capturea. ... > I requested a http://www.ru/index.html from a client machine Chrome. AFAICT, Squid did not receive a request for www.ru: > $ egrep

Re: [squid-users] Kerberos Ne

2016-09-28 Thread Amos Jeffries
On 29/09/2016 3:02 a.m., erdosain9 wrote: > Hi. > Sorry for my ignorance, but, i have squid authentication with kerberos... > > all is working fine... > > but i have some behavior in cache.log that... i dont know if this is the > expected, or there is some problem > > because the file is goi

Re: [squid-users] R: Re: R: Re: problem reload configuration with workers

2016-09-28 Thread Alex Rousskov
On 09/28/2016 03:44 AM, ama...@tin.it wrote: > I have used like reference the example backend.conf in > /ConfigExamples/SmpCarpCluster That example configuration contains a combination of SMP-aware and SMP-unaware caches. In SMP mode, that combination is unsupported and probably will not work co

Re: [squid-users] Caching application/octet-stream

2016-09-28 Thread Amos Jeffries
On 28/09/2016 11:17 p.m., Michael Varun wrote: > Team - > > Would like to know is there any specific config that we need to enable to > cache MIME attachement of application/octet-stream type > > We are trying to caching docker image blobs which is of > application/octet-stream and everytime we

Re: [squid-users] Kerberos Ne

2016-09-28 Thread Antony Stone
On Wednesday 28 September 2016 at 16:02:42, erdosain9 wrote: > Hi. > Sorry for my ignorance, but, i have squid authentication with kerberos... > > all is working fine... > > but i have some behavior in cache.log that... i dont know if this is the > expected, or there is some problem > > bec

[squid-users] Kerberos Ne

2016-09-28 Thread erdosain9
Hi. Sorry for my ignorance, but, i have squid authentication with kerberos... all is working fine... but i have some behavior in cache.log that... i dont know if this is the expected, or there is some problem because the file is going to be huge as put the squid in production ... this is app

Re: [squid-users] The Squid “Persona”- Squid 3.5.21+4.0.14 Release

2016-09-28 Thread Bruno de Paula Larini
Em 28/09/2016 08:39, Eliezer Croitoru escreveu: Take a look at the page source to get the full article: http://www1.ngtech.co.il/wpe/?p=345 Who Is The Squid Girl Persona? [Squid Persona|http://www1.ngtech.co.il/wpe/wp-content/uploads/2016/09/squid_girl__shinryaku__ika_musume__minimalism_by_gre

Re: [squid-users] The Squid “Persona”- Squid 3.5.21+4.0.14 Release

2016-09-28 Thread Yuri Voinov
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 It seems to me more important than the quality of the product debugging instead invention mascot for it. 28.09.2016 17:43, Antony Stone пишет: > On Wednesday 28 September 2016 at 13:39:04, Eliezer Croitoru wrote: > >> Take a look at the page sour

Re: [squid-users] The Squid “Persona”- Squid 3.5.21+4.0.14 Release

2016-09-28 Thread Antony Stone
On Wednesday 28 September 2016 at 13:39:04, Eliezer Croitoru wrote: > Take a look at the page source to get the full article: > http://www1.ngtech.co.il/wpe/?p=345 If this is to be used as publicity material or a news item associated with the Squid project, I humbly recommend that a native Engli

[squid-users] The Squid “Persona”- Squid 3.5.21+4.0.14 Release

2016-09-28 Thread Eliezer Croitoru
Take a look at the page source to get the full article: http://www1.ngtech.co.il/wpe/?p=345 Who Is The Squid Girl Persona? [Squid Persona|http://www1.ngtech.co.il/wpe/wp-content/uploads/2016/09/squid_girl__shinryaku__ika_musume__minimalism_by_greenmapple17-d8u9mum-768x432.png] As a Squidder I k

[squid-users] Caching application/octet-stream

2016-09-28 Thread Michael Varun
Team - Would like to know is there any specific config that we need to enable to cache MIME attachement of application/octet-stream type We are trying to caching docker image blobs which is of application/octet-stream and everytime we hit the docker registry via)GET call squid throws up TCP_MISS

[squid-users] R: Re: R: Re: problem reload configuration with workers

2016-09-28 Thread ama...@tin.it
Hi Alex I have used like reference the example backend.conf in /ConfigExamples/SmpCarpCluster Every swap.state is updated so I suppose that it's working. Mau Messaggio originale Da: rouss...@measurement-factory.com Data: 27-set-2016 17.38 A: Cc: "ama...@tin.it" Ogg: Re: R: Re: [squi

Re: [squid-users] connections from particular users sometimes get stuck

2016-09-28 Thread Eugene M. Zheganin
Hi. On 28.09.2016 01:36, Alex Rousskov wrote: > On 09/27/2016 02:02 PM, Eugene M. Zheganin wrote: > >> I guess squid >> didn't get a way to increase debug level on the fly ? > "squid -k debug" (or sending an equivalent signal) does that: > http://wiki.squid-cache.org/SquidFaq/BugReporting#Detaile