Re: [squid-users] Squid configuration cache_peer does not take effect?

2020-01-13 Thread Amos Jeffries
On 14/01/20 4:45 am, yohan83942 wrote: > I have read this article before and it has been a long time. The problem > persists and I'm surprised. > Do you know when the v5 version will be released? Already 2020. I am bundling 5.0.1 (beta) later today. As for when it's stable that will depend on

Re: [squid-users] Squid memory usage increase overtime, proxies slows down

2020-01-13 Thread squdbuff
When I first start squid memory usage is around 24mb, then after 5 mins increased to 1GB! Also, the access log size increases by 500 kb every second, so I have disabled access log for now -- Sent from: http://squid-web-proxy-cache.1019090.n4.nabble.com/Squid-Users-f1019091.html

[squid-users] Squid memory usage increase overtime, proxies slows down

2020-01-13 Thread squdbuff
Hello guys Running squid on ubuntu 16 When I first start the program, the proxies are at a good speed (below 100ms) after about 5 mins then memory usage of squid increases greatly, then the proxies slow down to 1000ms+ my access log is getting spammed by the follow message ( I have no idea

Re: [squid-users] TCP incoming requests Traffic Normalization

2020-01-13 Thread Alex Rousskov
On 1/13/20 5:36 AM, Ahmad Alzaeem wrote: > just need to apply that on “ new requests “ not on already “ established “ > connections You can probably do this using an external ACL. The program implementing your external ACL can delay incoming requests to make sure that the aggregate served

Re: [squid-users] Squid configuration cache_peer does not take effect?

2020-01-13 Thread yohan83942
I have read this article before and it has been a long time. The problem persists and I'm surprised. Do you know when the v5 version will be released? Already 2020. Is there a solution? I just want a server that can cache https and access the Internet through a proxy like `cache_peer`? -- Sent

Re: [squid-users] Squid configuration cache_peer does not take effect?

2020-01-13 Thread info
> The configuration is as follows: > > ```shell > # Squid normally listens to port 3128 > always_direct allow all > ssl_bump bump all > sslproxy_cert_error allow all > http_port 3128 ssl-bump cert=/etc/squid/squid.pem key=/etc/squid/squid.pem > generate-host-certificates=on options=NO_SSLv2 >

[squid-users] Squid configuration cache_peer does not take effect?

2020-01-13 Thread yohan83942
The configuration is as follows: ```shell # Squid normally listens to port 3128 always_direct allow all ssl_bump bump all sslproxy_cert_error allow all http_port 3128 ssl-bump cert=/etc/squid/squid.pem key=/etc/squid/squid.pem generate-host-certificates=on options=NO_SSLv2 #http_port 3128

[squid-users] Squid configuration cache_peer does not take effect?

2020-01-13 Thread yohan83942
The configuration is as follows: ```shell # Squid normally listens to port 3128 always_direct allow all ssl_bump bump all sslproxy_cert_error allow all http_port 3128 ssl-bump cert=/etc/squid/squid.pem key=/etc/squid/squid.pem generate-host-certificates=on options=NO_SSLv2 #http_port 3128

[squid-users] [TECHNICAL QUESTION] try to resolve 403 error for specific website

2020-01-13 Thread killpilot
hi squid community, sorry for my bad english, i french, i try do my best for explain cleary my issue. i have a pfsense with squid plugin. the plugin contain : squidclamav-6.16 squid_radius_auth-1.10 squid-3.5.27_3 c-icap-modules-0.5.3_1 my squid is config for transparent proxy for http only.

[squid-users] TCP incoming requests Traffic Normalization

2020-01-13 Thread Ahmad Alzaeem
Hello Folks . I have about 10x sources or different ip addresses and sending requests to squid . imagine we have 10 servers and sending burst in sometimes due to nature of Traffic ….i have a sensitive APP on squid that must be equalized to handle only 50 req/sec . “ No more “ i just want