[squid-users] CacheManager::ParseUrl: action 'digestauthenticator' not found

2017-06-06 Thread Михаил
Hi everybody! Sometimes i get in cache.log this message: "CacheManager::ParseUrl: action 'digestauthenticator' not found" Tell me what it means? About my systems: Squid Cache: Version 3.5.25 Service Name: squid configure options: '--prefix=/usr' '--with-logdir=/var/log/squid/'

[squid-users] Huge amount of time_wait connections after upgrade from v2 to v3

2017-06-06 Thread Ivan Larionov
Hi! We recently updated from squid v2 to v3 and now see huge increase in connections in TIME_WAIT state on our squid servers (verified that this is clients connections). See versions and amount of such connections under the same load with the same configs (except some incompatible stuff): squid

Re: [squid-users] Squid issue of caching the m3u8 file

2017-06-06 Thread Amos Jeffries
On 07/06/17 01:33, LIU Yaning wrote: Dear Amos, Thanks a lot for your explanation and suggestion. I added the "store-stale" to the refresh_pattern rule as: refresh_pattern -i \.(ts|m3u8)$ 120 90% 1000 override-expire override-lastmod ignore-no-cache ignore-no-store store-stale However, I

Re: [squid-users] Cache peer help

2017-06-06 Thread Amos Jeffries
On 07/06/17 02:24, Alejandro Delgado Moreno wrote: Sorry for this mistake, It's: acl journals dstdomain "/etc/squid/xx_LIST.txt" cache_peer xxx.xxx.xxx.xxx parent 9090 0 no-query no-digest default cache_peer_access xxx.xxx.xxx.xxx allow journals and it's the same, in both lines. Okay

Re: [squid-users] FW: FW: squid proxy 3.5 redhat 7.3

2017-06-06 Thread Alex Rousskov
On 06/06/2017 08:22 AM, Madonna, A. (spir-it) wrote: > Know issue 2012 squid proxy 3.2 > > http://www.squid-cache.org/Versions/v3/3.2/RELEASENOTES.html#ss1.1 > •SSL-Bump not re-wrapping decrypted traffic in CONNECT for peers. > + 5 years ago this already was a known issue. Apparently even

Re: [squid-users] this config is ok? is ok the order?

2017-06-06 Thread Alex Rousskov
On 06/06/2017 08:16 AM, erdosain9 wrote: > if it is not changing so quickly why those values so lows?? Low TTLs for stable DNS records can be used for several reasons, including: * To track DNS resolvers asking for those records. * To be able to change those DNS records on a short notice. * To

Re: [squid-users] this config is ok? is ok the order?

2017-06-06 Thread erdosain9
oh ok! so... dosent have any sense try to have a big ttl? because ok, if i use just a own dns resolver then "they" have just one ttl and no one for each user. But, would not be better have long ttl??? the ip attached to a domain name it's changing so quickly (15', for example)?? i dont

Re: [squid-users] retrieve amount of traffic by username

2017-06-06 Thread Leonardo Rodrigues
Em 06/06/17 10:45, Janis Heller escreveu: Seems like parsing would be what I need. Is the size (consumed bandwith) and the usernams (timestamp can be generated by my parser) being written to this file? Could you show me a sample output of this file? the already existing documentation is

Re: [squid-users] Cache peer help

2017-06-06 Thread Alejandro Delgado Moreno
Sorry for this mistake, It's: acl journals dstdomain "/etc/squid/xx_LIST.txt" cache_peer xxx.xxx.xxx.xxx parent 9090 0 no-query no-digest default cache_peer_access xxx.xxx.xxx.xxx allow journals and it's the same, in both lines. Regards, -Original Message- From: squid-users

Re: [squid-users] Cache peer help

2017-06-06 Thread Amos Jeffries
On 07/06/17 01:19, Alejandro Delgado Moreno wrote: Hi, I need to set up a proxy server to filter the Gateway used by sites. I’ve created a file called sites.txt, that contains the list of sites that our squid proxy should forward the request to another proxy outside our lan. If the

Re: [squid-users] retrieve amount of traffic by username

2017-06-06 Thread Janis Heller
Seems like parsing would be what I need. Is the size (consumed bandwith) and the usernams (timestamp can be generated by my parser) being written to this file? Could you show me a sample output of this file? Von: Alex Rousskov

Re: [squid-users] retrieve amount of traffic by username

2017-06-06 Thread Alex Rousskov
On 06/06/2017 06:10 AM, Janis Heller wrote: > Is there some easy way, since I would need to store the > generated traffic of a user per month (for being able to deny access on > my custom backend script). If parsing Squid access.log entries is easy for you, then there is an easy way -- either

Re: [squid-users] Squid issue of caching the m3u8 file

2017-06-06 Thread LIU Yaning
Dear Amos, Thanks a lot for your explanation and suggestion. I added the "store-stale" to the refresh_pattern rule as: refresh_pattern -i \.(ts|m3u8)$ 120 90% 1000 override-expire override-lastmod ignore-no-cache ignore-no-store store-stale However, I have checked the access.log, I am still

[squid-users] Cache peer help

2017-06-06 Thread Alejandro Delgado Moreno
Hi, I need to set up a proxy server to filter the Gateway used by sites. I've created a file called sites.txt, that contains the list of sites that our squid proxy should forward the request to another proxy outside our lan. If the address typed is not in the list, it should be request by our

Re: [squid-users] retrieve amount of traffic by username

2017-06-06 Thread FredB
My answer was only for this point > Would be necessary for me to do so for including some traffic based > limitations for each user I don't known radius with Squid but I guess you have an acl like this acl radius-auth proxy_auth REQUIRED ?? (or something close) In this case I guess you can

Re: [squid-users] retrieve amount of traffic by username

2017-06-06 Thread Janis Heller
Dear Fred, thanks for your reply, let me explain a bit more. I'm using the RADIUS module for authentication, RADIUS is using a custom backend script to validate the provided login data (received from SQUID server). How to keep track on traffic usage of each user (for example OpenVPN config

Re: [squid-users] squid ssl bump and Adobe Connect

2017-06-06 Thread Amos Jeffries
On 06/06/17 18:08, Vieri wrote: From: Alex Rousskov 1496665088.143 6 10.215.145.187 TAG_NONE/400 4428 NONE error:invalid-request - HIER_NONE/- text/html> I recommend finding the place in the debugging cache.log where

Re: [squid-users] retrieve amount of traffic by username

2017-06-06 Thread Amos Jeffries
On 06/06/17 21:36, Janis Heller wrote: Dear SQUID users; what’s the best way to retrieve the amount of a user connected to SQUID server by using his username as an identifier? Would be necessary for me to do so for including some traffic based limitations for each user (would send traffic

Re: [squid-users] retrieve amount of traffic by username

2017-06-06 Thread FredB
delay_pool mixed with an acl like this acl ldap_auth proxy_auth REQUIRED delay_access 1 allow ldap_auth delay_access 1 deny all A delay_class 4 should be good Fred ___ squid-users mailing list squid-users@lists.squid-cache.org

[squid-users] retrieve amount of traffic by username

2017-06-06 Thread Janis Heller
Dear SQUID users; what’s the best way to retrieve the amount of a user connected to SQUID server by using his username as an identifier? Would be necessary for me to do so for including some traffic based limitations for each user (would send traffic amount generated by a user back to some

Re: [squid-users] squid ssl bump and Adobe Connect

2017-06-06 Thread Vieri
From: Alex Rousskov > >> 1496665088.143 6 10.215.145.187 TAG_NONE/400 4428 NONE >> error:invalid-request - HIER_NONE/- >> text/html> > I recommend finding the place in the debugging cache.log where Squid > generates the