[squid-users] cache github zip repositories

2016-09-14 Thread Hardik Dangar
Hello, I am trying to cache Github zip URL's so it can be effectively cached as a composer(php dependency management tool) uses them and in our local setup ( we are about 40 developers on a Lan and it will really help us managing cache.). My squid version is 3.5.12 and our squid cache server is ub

Re: [squid-users] cache github zip repositories

2016-09-16 Thread Hardik Dangar
*Amos,* Thanks for the reply but it seems i am not able to tell you what i want to do. i don't want to cache repo files. i want to cache .zip files only. i don't want .git file to cache but only .zip files which are fetch from github.com, Also you have said things about commits but i am talking a

Re: [squid-users] cache github zip repositories

2016-09-16 Thread Hardik Dangar
y noob questions but i am just trying to understand squid and its options. it's really fascinating software and really appreciate your answers here. Thank you very much. Have a good day. On Fri, Sep 16, 2016 at 12:39 PM, Hardik Dangar < hardikdangar+sq...@gmail.com> wrote: > *Amos,*

[squid-users] squid https intercept mode and ubuntu third party repositories issue

2016-09-19 Thread Hardik Dangar
Hello, I am using squid 3.5.12(detailed version info is below) on Ubuntu 16.04.1 LTS server. My squid config is at, http://pastebin.com/raw/b8RZ67u9 I have configured squid as intercept proxy bumping all SSL https connections. Setup is working fine for many things like browsing, even on command l

Re: [squid-users] squid https intercept mode and ubuntu third party repositories issue

2016-09-20 Thread Hardik Dangar
/v3/3.5/ Or I could download tar.gz file and replace files from that folder to Debian source folder ? do i need any extra tools to build squid 3.5.21? On Tue, Sep 20, 2016 at 3:58 PM, Amos Jeffries wrote: > On 20/09/2016 4:42 a.m., Hardik Dangar wrote: > > Hello, > > > > I

Re: [squid-users] Protocol error (TLS code: SQUID_ERR_SSL_HANDSHAKE)

2016-09-20 Thread Hardik Dangar
It looks like server failure, this could be due to isp snooping connection at upper level or google.com.ar servers are broken temporarily. see similar issue http://lists.squid-cache.org/pipermail/squid-users/2014-October/000562.html On Wed, Sep 21, 2016 at 12:12 AM, erdosain9 wrote: > Hi, > Im

Re: [squid-users] squid with apple updates caching problem !

2016-09-23 Thread Hardik Dangar
Hey Ahmed, You can use reload-into-ms, most other squid refresh patterns you have used do more harm than benefits, something like, refresh_pattern -i appldnld\.apple\.com 43200 100% 43200 reload-into-ims would work. I am not sure about the regex you have used, i thought i had different. On Fri

Re: [squid-users] help to configure squid in below requirement

2016-09-23 Thread Hardik Dangar
Hey Bill, Look at, http://www.ex-parrot.com/pete/upside-down-ternet.html also this may help, https://blog.g0tmi1k.com/2011/04/playing-with-traffic-squid/ On Fri, Sep 23, 2016 at 11:15 PM, Bill Yuan wrote: > I want to configure squid as a "traffic bouncing" server as below > > I am running squ

[squid-users] Caching http google deb files

2016-10-04 Thread Hardik Dangar
Hello, I am trying to cache following deb files as its most requested file in network. ( google chrome almost every few days many clients update it ). http://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb http://dl-ssl.google.com/dl/linux/direct/mod-pagespeed-beta_current_i386.

Re: [squid-users] Caching http google deb files

2016-10-04 Thread Hardik Dangar
ote: > On 5/10/2016 2:05 a.m., Hardik Dangar wrote: > > Hello, > > > > I am trying to cache following deb files as its most requested file in > > network. ( google chrome almost every few days many clients update it ). > > > > http://dl.google.com/linux/direc

Re: [squid-users] Caching http google deb files

2016-10-04 Thread Hardik Dangar
04 PM, Hardik Dangar wrote: > Hey Amos, > > We have about 50 clients which downloads same google chrome update every 2 > or 3 days means 2.4 gb. although response says vary but requested file is > same and all is downloaded via apt update. > > Is there any option just like ig

Re: [squid-users] Caching http google deb files

2016-10-04 Thread Hardik Dangar
, Oct 4, 2016 at 7:47 PM, Amos Jeffries wrote: > On 5/10/2016 2:34 a.m., Hardik Dangar wrote: > > Hey Amos, > > > > We have about 50 clients which downloads same google chrome update every > 2 > > or 3 days means 2.4 gb. although response says vary but requested fil

Re: [squid-users] Caching http google deb files

2016-10-05 Thread Hardik Dangar
2016/10/05 15:46:25.782 kid1| 20,2| store.cc(949) checkCachable: StoreEntry::checkCachable: NO: not cachable On Tue, Oct 4, 2016 at 8:00 PM, Hardik Dangar wrote: > Wow, i couldn't think about that. google might need tracking data that > could be the reason they have blindly put var

Re: [squid-users] Caching http google deb files

2016-10-05 Thread Hardik Dangar
Hey Amos, oh, i actually built archive mode squid by getting help at here, http://bugs.squid-cache.org/show_bug.cgi?id=4604 I was thinking if we have option vary_mode just like archive mode to set it for particular domain like, acl dlsslgoogle srcdomain dl-ssl.google.com vary_mode allow dlsslgoo

Re: [squid-users] Caching http google deb files

2016-10-05 Thread Hardik Dangar
ugh a > little hard to get going in the first place). or a deb-caching proxy > (apt-cacher-ng? squid-deb-proxy?) > > > On Tue, Oct 4, 2016 at 7:30 AM, Hardik Dangar < > hardikdangar+sq...@gmail.com> wrote: > >> Wow, i couldn't think about that. google might nee

Re: [squid-users] Caching http google deb files

2016-10-05 Thread Hardik Dangar
ly we decided to scrap apt-cacher-ng. On Thu, Oct 6, 2016 at 12:43 AM, Antony Stone < antony.st...@squid.open.source.it> wrote: > On Wednesday 05 October 2016 at 20:40:46, Hardik Dangar wrote: > > > Hey Jok, > > > > Thanks for the suggetion but the big issue with tha

Re: [squid-users] Caching http google deb files

2016-10-07 Thread Hardik Dangar
Hey Alex, I totally get that Vary code is different, I have been trying to understand squid code for last few days although my C, C++ skills are very limited I am able to understand bits and pieces here and there. I have also read HTTP 1.1 specs for cache ( https://tools.ietf.org/html/rfc2616#sect

Re: [squid-users] Squid Umlauts

2016-10-07 Thread Hardik Dangar
Hey Gardner, depending on your os and squid version squid.conf file could be located at, /etc/squid/squid.conf If you could post that file we can look at what could be the issue. What I understand from your question, I don't think squid is at role here but it could be squid guard or some other fi

Re: [squid-users] Squid Problem

2016-11-02 Thread Hardik Dangar
as the message says, No space left on device On Wed, Nov 2, 2016 at 4:05 PM, Bilal Mohamed wrote: > Hello, >> >> We are facing the following issue in squid. Please help. >> >> == >> >> 2016/11/02 08:41:50| Starting Squid Cache version 3.1.11 for >> i686-pc-lin

[squid-users] Squid Websocket Issue

2016-12-17 Thread Hardik Dangar
Here is some information about my squid version, Squid Cache: Version 3.5.22-20161115-r14113 Service Name: squid configure options: '--prefix=/usr' '--localstatedir=/var/squid' '--libexecdir=/lib/squid' '--srcdir=.' '--datadir=/share/squid' '--sysconfdir=/etc/squid' '--with-default-user=proxy' '-

Re: [squid-users] Squid Websocket Issue

2016-12-18 Thread Hardik Dangar
can you give me one example please ? like in the above example. w4.web.whatsapp.com domain is fixed are you suggesting i can create acl and by pass it to squid ? On Sat, Dec 17, 2016 at 8:21 PM, Amos Jeffries wrote: > On 17/12/2016 10:16 p.m., Hardik Dangar wrote: > > Here is some in

Re: [squid-users] Squid Websocket Issue

2016-12-19 Thread Hardik Dangar
] On > Behalf Of Amos Jeffries > Sent: Monday, December 19, 2016 8:51 AM > To: Hardik Dangar > Cc: Squid Users > Subject: Re: [squid-users] Squid Websocket Issue > > On 19/12/2016 12:14 p.m., Hardik Dangar wrote: > > can you give me one example please ? > > like in the

Re: [squid-users] Squid Websocket Issue

2016-12-20 Thread Hardik Dangar
appreciate the help. On Mon, Dec 19, 2016 at 6:46 PM, Hardik Dangar wrote: > Based on Amos's Answer, > > acl serverIsws ssl::server_name .w0.whatsapp.com > acl serverIsws ssl::server_name .w1.whatsapp.com > > acl step1 at_step SslBump1 > ssl_bump peek step1 > ssl_bump bu

Re: [squid-users] Squid Websocket Issue

2016-12-27 Thread Hardik Dangar
surement-factory.com> wrote: > 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 > >

Re: [squid-users] Squid Websocket Issue

2017-01-01 Thread Hardik Dangar
@amos or anyone else from dev team Can you confirm this is intentional behavior or bug ? On Mon, Jan 2, 2017 at 9:18 AM, Alex Rousskov < rouss...@measurement-factory.com> wrote: > On 12/27/2016 04:50 AM, Hardik Dangar wrote: > > > If i remove !serverIsws somehow websoc

Re: [squid-users] Squid Websocket Issue

2017-01-02 Thread Hardik Dangar
trivial but I have seen such implementation on ssl bump. > > Can you please redirect me to the specific email with the bug details? > > Eliezer > > > http://ngtech.co.il/lmgtfy/ > Linux System Administrator > Mobile: +972-5-28704261 > Email: elie...@ngtech.co.il

Re: [squid-users] Squid3 configure to force access to the facebook by the proxy

2017-01-03 Thread Hardik Dangar
I am not sure why you would need that many ports. if you think each port is for each user or some other misconcept then let me tell you, you can route all your hosts and traffic from single port only. On Tue, Jan 3, 2017 at 4:06 PM, hitman13 wrote: > Hi guys, I'm new to linux > And I need to con

Re: [squid-users] Strange behavior - reload service failed, but not start....

2017-01-25 Thread Hardik Dangar
see the output of, df -h and check any of your drives are full. Because this message says,"WARNING: Disk space over limit: 19244596.00 KB > 1536 KB" On Wed, Jan 25, 2017 at 6:42 PM, erdosain9 wrote: > Hi, > I'm having this problem: > if i reload the service (systemctl reload squid)... the

[squid-users] Transparent Squid issue with Appstore in MacOS Sierra

2017-02-07 Thread Hardik Dangar
Hello, Here is some information about my squid version, Squid Cache: Version 3.5.23 Service Name: squid configure options: '--prefix=/usr' '--localstatedir=/var/squid' '--libexecdir=/lib/squid' '--srcdir=.' '--datadir=/share/squid' '--sysconfdir=/etc/squid' '--with-default-user=proxy' '--with-l

Re: [squid-users] Transparent Squid issue with Appstore in MacOS Sierra

2017-02-08 Thread Hardik Dangar
TCP_MISS/200 101 HEAD https://guzzoni.apple.com/salt - ORIGINAL_DST/17.252.172.5 - On Wed, Feb 8, 2017 at 12:35 AM, Hardik Dangar wrote: > Hello, > > > Here is some information about my squid version, > > Squid Cache: Version 3.5.23 > Service Name: squid > configure

Re: [squid-users] Transparent Squid issue with Appstore in MacOS Sierra

2017-02-08 Thread Hardik Dangar
: elie...@ngtech.co.il > > > From: squid-users [mailto:squid-users-boun...@lists.squid-cache.org] On > Behalf Of Hardik Dangar > Sent: Tuesday, February 7, 2017 9:06 PM > To: Squid Users > Subject: [squid-users] Transparent Squid issue with Appstore in MacOS > Sierra > > Hello,

Re: [squid-users] Transparent Squid issue with Appstore in MacOS Sierra

2017-02-09 Thread Hardik Dangar
gt; > *From:* hardikdan...@gmail.com [mailto:hardikdan...@gmail.com] *On Behalf > Of *Hardik Dangar > *Sent:* Wednesday, February 8, 2017 10:17 PM > *To:* Eliezer Croitoru > *Cc:* Squid Users > *Subject:* Re: [squid-users] Transparent Squid issue with Appstore in > MacOS Sierra &g

[squid-users] squid errors in error.log and slow internet from squid

2017-03-04 Thread Hardik Dangar
Hello, I have been facing few squid issues lately. we are about 40 users mostly linux, some mac and some windows system. squid has become very slow for some reason. we can check that by bypassing squid and opening same urls. Second thing we are seeing swap mismatch errors and only solution we fou

[squid-users] Squid config is failing to cache data

2016-01-13 Thread Hardik Dangar
Hi all, I handle small network and we have 40 systems ( most having Ubuntu 14.04 and couple of system have windows ). We use squid to cache. Due to the country where i live there is huge data charges so i am using squid to cache things like Ubuntu updates and certain applications. Issue i have is

[squid-users] Squid 3.5.13 transparent compiling fails with ubuntu 14.04 server

2016-01-29 Thread Hardik Dangar
Hello, I am trying to build squid 3.5.13 with following options on ubuntu 14.04 freshly installed server, # apt-get update # apt-get build-dep squid3 # apt-get install build-essential sharutils ccze libzip-dev libssl-dev # ./configure --prefix=/usr --exec-prefix=/usr --includedir=/usr/include