Re: [squid-users] caching store increase then decrease during caching windows updates and all request are TCP_MISS ??!!!

2016-09-12 Thread Eliezer Croitoru
Just as a side note to the server insisting on the full object: Since we believe and estimate that SHA digests are considered collision safe on the 100+ MB files sizes for the next couple years it is safe to assume(from my point of view on things) that if the whole file was digested with a SHA1 a

Re: [squid-users] SSO (ldap kerberos)

2016-09-12 Thread Amos Jeffries
On 13/09/2016 5:40 a.m., erdosain9 wrote: > HI. > I want Single Sing on... "Single Sign-On" is the emergent behaviour of multiple pieces of software all sharing a single password manager - either to locate user credentials or to perform the authentication on the software behalf. The type(s) of au

Re: [squid-users] Lost of all squid cache

2016-09-12 Thread Amos Jeffries
On 13/09/2016 5:12 a.m., Yuri Voinov wrote: > > Hm. > > As a recovery you can try to rename/remove swap.state from cache_dir's > and start squid again. AFAIK in this case it re-indexing all exists disk > cache contents and build new one swap.state file. Also, does all > permissions to cache_dir a

Re: [squid-users] caching store increase then decrease during caching windows updates and all request are TCP_MISS ??!!!

2016-09-12 Thread Amos Jeffries
On 13/09/2016 8:26 a.m., --Ahmad-- wrote: > amos thank you so much for reply > > > how can i correct the patterns below ? > Remove the ([^.]+.)? and ([^.]+.|) parts. Replace the . where you want to match a '.' with \. > > im not sure if the other patterns are doing the game > > but so fa

Re: [squid-users] caching store increase then decrease during caching windows updates and all request are TCP_MISS ??!!!

2016-09-12 Thread --Ahmad--
amos thank you so much for reply how can i correct the patterns below ? im not sure if the other patterns are doing the game but so far i don’t have disk increasing at all only the disk start increase when only i add : >> refresh_pattern >> ([^.]+.)?(download|(windows)?update).(microsoft.

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

2016-09-12 Thread Alex Rousskov
On 09/12/2016 07:45 AM, erdosain9 wrote: > ssl_bump splice excludeSSL > ssl_bump peek all > ssl_bump bump all As Yuri has implied and then tried to explain, the above configuration is wrong. Please do not use SslBump until you understand why it is wrong. This understanding may not solve all your

[squid-users] SSO (ldap kerberos)

2016-09-12 Thread erdosain9
HI. I want Single Sing on... i want can take groups to assing acl and control bandwith, etc. I need ldap??? i know i need kerberos to sso... but is necessary ldap for take groups??? or with kerberos i can "take" groups?? by the way, i probe this basic_ldap_auth -R -b "cn=Users,dc=example,dc=la

Re: [squid-users] Lost of all squid cache

2016-09-12 Thread Yuri Voinov
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Hm. As a recovery you can try to rename/remove swap.state from cache_dir's and start squid again. AFAIK in this case it re-indexing all exists disk cache contents and build new one swap.state file. Also, does all permissions to cache_dir and subdi

Re: [squid-users] Lost of all squid cache

2016-09-12 Thread Eduardo Carneiro
No Yuri, is "ufs". -- View this message in context: http://squid-web-proxy-cache.1019090.n4.nabble.com/Lost-of-all-squid-cache-tp4679466p4679468.html Sent from the Squid - Users mailing list archive at Nabble.com. ___ squid-users mailing list squid-us

Re: [squid-users] Lost of all squid cache

2016-09-12 Thread Yuri Voinov
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 What cache_dir mode? aufs? 12.09.2016 22:54, Eduardo Carneiro пишет: > Hi everyone! > > I've got a strange issue on my Squid 3.5.19. > > About 30 minutes ago, my squid stopped and I noticed that the message > "Rebuilding storage in /squid/cache/d

[squid-users] Lost of all squid cache

2016-09-12 Thread Eduardo Carneiro
Hi everyone! I've got a strange issue on my Squid 3.5.19. About 30 minutes ago, my squid stopped and I noticed that the message "Rebuilding storage in /squid/cache/directory (dirty log)" was in my cache.log. Other message was also detected in my cache.log (Store rebuilding is 5.14% complete). Wh

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

2016-09-12 Thread Chico Venancio
According to the logs bump was being performed before the change, so I don't follow. If the lack of an acl step1 SslBump1 was the problem he would have no bumps or bumps with incorrect host names in the certificates. Right now it seems he either is bumping some connect request whatsapp doesn't wan

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

2016-09-12 Thread Yuri Voinov
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Both of you are caught in the access control list, completely lost sight of that op basically wrote the wrong general rules for bump, skipped step1 - SslBump1. Which can be splice by server name without peek performing? Yes? That is why he did no

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

2016-09-12 Thread Marcus Kool
On 09/12/2016 12:15 PM, Chico Venancio wrote: I'd think a regex consumes a lot more resources than server name, but don't know if it is significant. Anyway, without more details we can't be sure the server name not matching is the problem. We need access logs and client(browser) details. By

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

2016-09-12 Thread Chico Venancio
I'd think a regex consumes a lot more resources than server name, but don't know if it is significant. Anyway, without more details we can't be sure the server name not matching is the problem. We need access logs and client(browser) details. By the way, acl excludeSSL ssl::server_name web.whatsa

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

2016-09-12 Thread Yuri Voinov
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Because ssl :: server_name_regex works reliably. As shown by my personal practice. But in general it is by op's choice. 12.09.2016 20:38, Marcus Kool пишет: > > > On 09/12/2016 11:14 AM, Yuri Voinov wrote: >> >> -BEGIN PGP SIGNED MESSAGE-

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

2016-09-12 Thread Marcus Kool
On 09/12/2016 11:14 AM, Yuri Voinov wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Oooops, acl must be: acl excludeSSL ssl::server_name_regex web\.whatsapp\.com why a regex? why not the following ? acl excludeSSL ssl::server_name web.whatsapp.com Marcus ___

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

2016-09-12 Thread Yuri Voinov
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Oooops, acl must be: acl excludeSSL ssl::server_name_regex web\.whatsapp\.com 12.09.2016 20:13, Yuri Voinov пишет: > > Rewrite as follows: > > acl step1 at_step SslBump1 > acl excludeSSL ssl::server_name_regex web.whatsapp.com > > ssl_bump peek

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

2016-09-12 Thread Yuri Voinov
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Rewrite as follows: acl step1 at_step SslBump1 acl excludeSSL ssl::server_name_regex web.whatsapp.com ssl_bump peek step1 ssl_bump splice excludeSSL ssl_bump bump all Then try again. 12.09.2016 19:45, erdosain9 пишет: > Hi > I keep having probl

Re: [squid-users] caching store increase then decrease during caching windows updates and all request are TCP_MISS ??!!!

2016-09-12 Thread Amos Jeffries
On 12/09/2016 9:47 p.m., --Ahmad-- wrote: > hi > > i have caching store increase then decrease during caching windows updates > and all request are TCP_MISS ??!!! > > root@raspberrypi:~# du -sh /var/cache/squid/ > 558M/var/cache/squid/ > root@raspberrypi:~# du -sh /var/cache/squid/ > 561M

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

2016-09-12 Thread Chico Venancio
The logs remained the same? What is the CA of the certificate on the page now? Chico Venancio Em 12/09/2016 10:49, "erdosain9" escreveu: > Hi > I keep having problem... > > i put this on squid.conf > > acl excludeSSL ssl::server_name .whatsapp.com > > ssl_bump splice excludeSSL > ssl_bump peek

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

2016-09-12 Thread erdosain9
Hi I keep having problem... i put this on squid.conf acl excludeSSL ssl::server_name .whatsapp.com ssl_bump splice excludeSSL ssl_bump peek all ssl_bump bump all but, nothing same behavior... -- View this message in context: http://squid-web-proxy-cache.1019090.n4.nabble.com/Web-Whatsapp-D

[squid-users] caching store increase then decrease during caching windows updates and all request are TCP_MISS ??!!!

2016-09-12 Thread --Ahmad--
hi i have caching store increase then decrease during caching windows updates and all request are TCP_MISS ??!!! root@raspberrypi:~# du -sh /var/cache/squid/ 558M/var/cache/squid/ root@raspberrypi:~# du -sh /var/cache/squid/ 561M/var/cache/squid/ root@raspberrypi:~# du -sh /var/cache/s

Re: [squid-users] Rock store status

2016-09-12 Thread FredB
Just for for information, no problem after two weeks. Unfortunately I can't test now with IpcIo (a problem with systemd) but rock store is very stable ___ squid-users mailing list squid-users@lists.squid-cache.org http://lists.squid-cache.org/listinfo/