Re: [squid-users] squid-users Digest, Vol 29, Issue 21

2017-01-12 Thread Amos Jeffries
On 13/01/2017 4:54 a.m., Vidyadhish Joshi wrote: > Hi Amos, > > I appreciate your effort in answering the queries . > Thank you Amos for resolving most of my queries since from last week. > > Sorry to disturb you again. I am facing an issue in my application. > > The Squid is caching the content

Re: [squid-users] A bunch of SSL errors I am not sure why

2017-01-12 Thread Eliezer Croitoru
Try removing: cipher=ECDHE-RSA-RC4-SHA:ECDHE-RSA-AES128-SHA:DHE-RSA-AES128-SHA:DHE-RSA-CAMELLIA128-SHA:AES128-SHA:RC4-SHA:HIGH:!aNULL:!MD5:!ADH From the ssl-bump line and see what happens. http://ngtech.co.il/lmgtfy/ Linux System Administrator Mobile: +972-5-28704261 Email: elie...@ngtech.co

[squid-users] A bunch of SSL errors I am not sure why

2017-01-12 Thread Sameh Onaissi
System info: Squid Cache: Version 3.5.22 Ubuntu linux 16.04 Hello, Last couple of days I have started seeing SSL errors in my cache.log which I don’t really understand: http://pastebin.com/mDHVm7cQ My SSL bump configs: http_port 3127 intercept http_port 3128 https_port 3129 intercept ssl-bump

Re: [squid-users] TCP 403 Denied on new squid build out

2017-01-12 Thread roadrage27
if i run squid-k parse it shows me the output of the processing of that config file i posted. from the server where squid is running i can browse the internet and have disabled the firewall running on the server as well. -- View this message in context: http://squid-web-proxy-cache.1019090.n4.

Re: [squid-users] TCP 403 Denied on new squid build out

2017-01-12 Thread Matus UHLAR - fantomas
On 12.01.17 08:16, roadrage27 wrote: sure thing here it is http_access allow all you allow everything at very beginning... are you sure squid uses _this_ configuration file? if so, are you sure squid has access to internet? -- Matus UHLAR - fantomas, uh...@fantomas.sk ; http://www.fantomas.

Re: [squid-users] TCP 403 Denied on new squid build out

2017-01-12 Thread roadrage27
sure thing here it is http_access allow all #Recommended minimum configuration: #acl manager proto cache_object #acl localhost src 127.0.0.1/32 #acl to_localhost dst 127.0.0.0/8 acl localnet src 0.0.0.0/8 10.145.68.0/24 #acl myip src 10.145.68.148/32 acl SSL_ports port 443 acl Safe_por

Re: [squid-users] TCP 403 Denied on new squid build out

2017-01-12 Thread Amos Jeffries
On 13/01/2017 3:44 a.m., roadrage27 wrote: > I made the changes suggested and still no love from squid for browsing the > web using it as a proxy. > > the error screen reads > > Access Denied > > Access control configuration prevents your request from being allowed at > this time. Please contac

Re: [squid-users] TCP 403 Denied on new squid build out

2017-01-12 Thread roadrage27
I made the changes suggested and still no love from squid for browsing the web using it as a proxy. the error screen reads Access Denied Access control configuration prevents your request from being allowed at this time. Please contact your service provider if you feel this is incorrect. noth

Re: [squid-users] Squid Memory Problems

2017-01-12 Thread Rahat Ali Khan
Hi Thanks guys for replies. @Matus UHLA, Yes the mem cache is shared among the 4 squid worker processes. Rahat On 11-Jan-17 7:33 PM, squid-users-requ...@lists.squid-cache.org wrote: Send squid-users mailing list submissions to squid-users@lists.squid-cache.org To subscribe or unsub

Re: [squid-users] logformat %tl and %tg are same.

2017-01-12 Thread Amos Jeffries
On 13/01/2017 12:40 a.m., Mimiko wrote: > On 12.01.2017 13:27, Amos Jeffries wrote: >> The problem is very probably that "Server is configured to local time". >> >> By setting your server to use "local time" (whatever that may be for >> you) you are making it tell Squid that GMT == local time. > >

Re: [squid-users] Linker error while compiling version 3.5.12 after applying a patch

2017-01-12 Thread Amos Jeffries
On 13/01/2017 12:54 a.m., Oğuz İsmail Uysal wrote: > I have downloaded source tarball from > http://www.squid-cache.org/Versions/v3/3.5/squid-3.5.12.tar.gz . > I have downloaded the patch I have mentioned from > http://www.squid-cache.org/Versions/v3/3.5/changesets/SQUID-2016_5.patch > then applied

[squid-users] Linker error while compiling version 3.5.12 after applying a patch

2017-01-12 Thread Oğuz İsmail Uysal
I have downloaded source tarball from http://www.squid-cache.org/Versions/v3/3.5/squid-3.5.12.tar.gz . I have downloaded the patch I have mentioned from http://www.squid-cache.org/Versions/v3/3.5/changesets/SQUID-2016_5.patch then applied to source. I have installed building tools by typing >apt bu

Re: [squid-users] logformat %tl and %tg are same.

2017-01-12 Thread Mimiko
On 12.01.2017 13:27, Amos Jeffries wrote: The problem is very probably that "Server is configured to local time". By setting your server to use "local time" (whatever that may be for you) you are making it tell Squid that GMT == local time. Ok. I understand your point. But why squid shows time

Re: [squid-users] logformat %tl and %tg are same.

2017-01-12 Thread Amos Jeffries
On 12/01/2017 8:43 p.m., Mimiko wrote: > Hello. > > I use Squid Cache: Version 3.1.20 > > In order to view the log in a readable format I use this: > > logformat squid %{%Y/%m/%d %H:%M:%S}tl %ts.%03tu %6tr %>a %Ss/%03>Hs > % > The problem is that the time in log is in GMT despite of %tl option.

Re: [squid-users] squid-users Digest, Vol 29, Issue 24

2017-01-12 Thread Rahat Ali Khan
Hi Thanks guys for replies. @Matus UHLA, Yes the mem cache is shared among the 4 squid worker processes. Rahat On 11-Jan-17 7:33 PM, squid-users-requ...@lists.squid-cache.org wrote: Send squid-users mailing list submissions to squid-users@lists.squid-cache.org To subscribe or unsu

Re: [squid-users] Problem building Squid4

2017-01-12 Thread matg2s
Hi Rafael, I actually stumbled on your project (and I've gotta say it's very impressive and well made/documented) in the past. I did try adapting it to Squid 4.0 but wasn't able to. The dsc file expects a "3.5.23" tar.gz, and then there some problems with the patches and other errors so I gave up

Re: [squid-users] Problem building Squid4

2017-01-12 Thread Rafael Akchurin
Hello Matt, This is how we repackage Debian 8's 3.5.23 into Ubuntu 16. It is pretty easy - https://docs.diladele.com/howtos/build_squid_ubuntu16/index.html I hope you can adapt the build instructions for Squid 4. Best regards, Rafael Akchurin Diladele B.V. -Original Message- From: squi

Re: [squid-users] Problem building Squid4

2017-01-12 Thread matg2s
Hi, Ok, I'm not sure why - but it seems that using the following configure fixed this: ./configure --disable-external-acl-helpers --enable-ssl-crtd --with-openssl --datadir=/usr/share/squid --sysconfdir=/etc/squid --libexecdir=/usr/lib/squid --mandir=/usr/share/man --with-swapdir=/var/spool/squid