Re: [squid-users] Squid memory consumption problem

2020-06-10 Thread Eliezer Croitoru
I have tested v4 to work properly on Amazon Linux 2 in the past.If RPM’s are needed, let me know. Eliezer Eliezer CroitoruTech SupportMobile: +972-5-28704261Email: ngtech1...@gmail.com From: Alex RousskovSent: Tuesday, June 9, 2020 11:33 PMTo: DIXIT Ankit; squid-users@lists.squid-cache.orgSubje

[squid-users] Problem with squid proxy authentication configuration

2020-06-10 Thread Amiq Nahas
Hi Guys, I am trying to configure squid so as to have user proxy authentication, below is how my squid.conf file looks like: - acl SSL_ports port 443 acl Safe_ports port 80# http acl Safe_ports port 21# ftp acl Safe_ports port 443# https acl Safe_ports port 70#

[squid-users] Switch cache peer Parent server for every 30 minutes

2020-06-10 Thread Prem Chand
Hi , My squid cache peer has 3 parent IP’s configured. I need to send HTTPS requests to the first parent IP for 30 minutes and after to the 2nd parent IP for 30 minutes and then to 3rd IP for 30 minutes and this switching needs to happen continuously .I tried round robin but the requests are equal

Re: [squid-users] Squid memory consumption problem

2020-06-10 Thread Eliezer Croitoru
## The last email got corrupted for some reason so.. First save the existing config files. The RPM files are at:https://1drv.ms/u/s!AoiLG1Jyh7JqoiBbOtBMb9wuAfjS?e=9XeXCS You will need to install:perl-Crypt-OpenSSL-X509-0.1-1.amzn2.noarch.rpm  It’s a dummy recursive package that installs basic depen

Re: [squid-users] Squid memory consumption problem

2020-06-10 Thread Eliezer Croitoru
Hey, Squid 4 is tested on Amazon Linux 2.I have tested it in the lat year.. and I believe that there is no reason to run a full set of tests now.  Squid 4 only needs a basic “dry-run” to make sure what you need to change in your squid.conf. I do suggest to first run it whiteout any cache-dir for ma

Re: [squid-users] Problem with squid proxy authentication configuration

2020-06-10 Thread Alex Rousskov
On 6/10/20 5:26 AM, Amiq Nahas wrote: > http_port 3128 > I have configured 127.0.0.1:3128 as manual proxy in firefox. > > But when I try to connect to internet it displays "The proxy server is > refusing connections" Does your Squid run on the same machine as your browser? If yes, are there an

Re: [squid-users] Switch cache peer Parent server for every 30 minutes

2020-06-10 Thread Alex Rousskov
On 6/10/20 6:09 AM, Prem Chand wrote: > My squid cache peer has 3 parent IP’s configured. I need to send HTTPS > requests to the first parent IP for 30 minutes and after to the 2nd > parent IP for 30 minutes and then to 3rd IP for 30 minutes and this > switching needs to happen continuously .Could

Re: [squid-users] Problem with squid proxy authentication configuration

2020-06-10 Thread Amos Jeffries
On 10/06/20 9:26 pm, Amiq Nahas wrote: > Hi Guys, > > I am trying to configure squid so as to have user proxy > authentication, below is how my squid.conf file looks like: > > - > acl SSL_ports port 443 > acl Safe_ports port 80# http > acl Safe_ports port 21# ftp > acl Safe_po

Re: [squid-users] Switch cache peer Parent server for every 30 minutes

2020-06-10 Thread Prem Chand
Hi Alex, Thanks for responding to my issue . I didn't get how the math was done(why it's multiplied by 2) to get 16 slots if possible could you please elaborate with an example. Regards Premchand On Wed, Jun 10, 2020 at 7:12 PM Alex Rousskov < rouss...@measurement-factory.com> wrote: > On 6/10

Re: [squid-users] Switch cache peer Parent server for every 30 minutes

2020-06-10 Thread Antony Stone
On Wednesday 10 June 2020 at 18:11:03, Prem Chand wrote: > Hi Alex, > > Thanks for responding to my issue . I didn't get how the math was done(why > it's multiplied by 2) to get 16 slots if possible could you please elaborate > with an example. I believe what Alex meant was: You want 30 minute

Re: [squid-users] Issue with SSL_BUMP and Office365 (for one...)

2020-06-10 Thread Amos Jeffries
On 8/06/20 5:53 am, J. Dierkse wrote:> > I think I found the culprit; I’m exclusively using peer routing, and the > knowledgebase mentions that this is disabled when host forgery is detected. > I understand the reasoning behind disabling this, but it renders my setup > pointless for SSL connectio

[squid-users] Server monitoring

2020-06-10 Thread Ronan Lucio
Hi guys, How do you suggest to monitor service availability? A know that some people use to monitor a few URLs through the proxy, but, I'd like to know if there is any way to remotly monitor squid service. Thanks, Ronan ___ squid-users mailing list squi

Re: [squid-users] Server monitoring

2020-06-10 Thread Antony Stone
On Wednesday 10 June 2020 at 21:08:35, Ronan Lucio wrote: > Hi guys, > > How do you suggest to monitor service availability? > A know that some people use to monitor a few URLs through the proxy, > but, I'd like to know if there is any way to remotly monitor squid service. Do you mean "is it run

Re: [squid-users] Server monitoring

2020-06-10 Thread Ronan Lucio
Hi Antony, I mean "is it running"? Yes, I have a couple of ways to monitor servers and services. Specifically for this one, I plan to use GCP Stackdriver. Agent will gather system data for CPU, disk, memory, and some services. Besides that, I'd like to have a monitor to say "is squid running?",

Re: [squid-users] Squid memory consumption problem

2020-06-10 Thread Alex Rousskov
On 6/10/20 7:56 AM, DIXIT Ankit wrote: > Does it mean, Squid 4 is not tested on Amazon Linux 2, yet? Officially, no Squid version is tested on Amazon Linux. With enough Squid Project donations, that may change in the foreseeable future. Alex. ___ squid

Re: [squid-users] Switch cache peer Parent server for every 30 minutes

2020-06-10 Thread Alex Rousskov
On 6/10/20 12:20 PM, Antony Stone wrote: > On Wednesday 10 June 2020 at 18:11:03, Prem Chand wrote: > >> Hi Alex, >> >> Thanks for responding to my issue . I didn't get how the math was done(why >> it's multiplied by 2) to get 16 slots if possible could you please elaborate >> with an example. >