Re: [squid-users] Allowing URL with url_regex does not work

2025-01-28 Thread Francesco Chemolli
On Tue, Jan 28, 2025 at 9:47 PM Ervin Hegedüs wrote: > Hi there, > > I would like to allow a specific URL for a specific client. This is how I > try to do that: > > acl wordpressgravity url_regex -i > ^https?://s3\.amazonaws\.com\/gravityforms\/releases\/.* > acl vmapache1 src 172.30.40.5/32 > ht

Re: [squid-users] Cache dir

2025-01-11 Thread Francesco Chemolli
On Fri, Jan 10, 2025 at 5:39 PM Jonathan Lee wrote: > Thanks for the reply > > > What OS are you using? How many CPU cores do you want to dedicate to > Squid? How much memory? > > > I am using FreeBSD variant 4GB ram 2 CPUs pfSense plus > > Starting CPU 1 (1) > FreeBSD/SMP: Multiprocessor System

Re: [squid-users] Squid url redirector and DoH

2025-01-11 Thread Francesco Chemolli
Hi Jonathan, the problem is: can you even see the HTTP being exchanged? This requires TLS interception. If you can, then it's relatively easy: you can to filter on (untested) acl doh_post_ct Content-Type -i application/dns-message acl doh_path_rfc8484 urlpath_regex ^/dns-query acl doh_query_rfc

Re: [squid-users] Cache dir

2025-01-10 Thread Francesco Chemolli
On Fri, Jan 10, 2025 at 7:22 AM Jonathan Lee wrote: > > After trying every setting inside of Squid I thought I should ask I have > 4bg ram and 128GB M.2 SSD onboard disk I am using a NVMe secondary Intel > Optane M.2 drive for my cache. What OS are you using? How many CPU cores do you want to d

Re: [squid-users] Upcoming changes on the methods used to distribute Squid

2025-01-06 Thread Francesco Chemolli
5-28704261 > Email: ngtech1...@gmail.com > > > On Sat, Jan 4, 2025 at 4:52 PM Francesco Chemolli > wrote: > >> Hi Squid Users, >>there are some ongoing changes on how we distribute the squid sources; >> some of them have already happened, some more will hap

[squid-users] Upcoming changes on the methods used to distribute Squid

2025-01-04 Thread Francesco Chemolli
x27;releases' github page: https://github.com/squid-cache/squid/releases - to only track the latest supported release: https://github.com/squid-cache/squid/releases/latest Any feedback is welcome -- Francesco Chemolli Squid Software Foundation __

Re: [squid-users] pipeline_prefetch directive

2025-01-03 Thread Francesco Chemolli
On Fri, Jan 3, 2025 at 8:23 AM Jonathan Lee wrote: > Hello fellow Squid Users, > > I understand this directive is removed in Squid7 again I am still trying > to understand more about what it did and does in the older versions of > software. > > pipeline_prefetch historically was on or off for set

[squid-users] Squid Project Status with regard to "Joshua 55" vulnerabilities

2024-10-09 Thread Francesco Chemolli
to support that old version. Folks running Squid v5 and earlier versions should either upgrade to the latest v6 release or rely on their integrator/distributor for support. -- Francesco Chemolli Squid Software Foundation ___ squid-users mail

Re: [squid-users] RFC: Removal of ESI Support from Squid

2024-09-08 Thread Francesco Chemolli
Hi, ESI websites are not public; they are meant to be used in a reverse proxy environment. The ESI directives are interpreted by the reverse proxy and replaced with other content Francesco On Sun, 8 Sep 2024 at 6:32 PM, Andrea Venturoli wrote: > On 9/7/24 17:43, Amos Jeffries wrote: > > Hi a

Re: [squid-users] Rock store with docker

2024-07-31 Thread Francesco Chemolli
What is the error message you get in cache.log, if any? On Wed, Jul 31, 2024 at 12:27 PM FredB wrote: > > hello All, > > I would like to know if anyone is using Squid 6 with Rock Store in a Docker > container? On my end, it crashes at launch with the following in my > squid.conf: > > cache_dir

Re: [squid-users] SQUID - WINDBIND - very slow internet speed

2024-07-26 Thread Francesco Chemolli
Have you considered https://wiki.squid-cache.org/Features/HelperMultiplexer ? If I remember correctly, it can start new helpers on demand up to a configured maximum. @mobile On Fri, 26 Jul 2024 at 8:23 AM, Andrey K wrote: > Hello, Andre, > > > > How to know if the helper supports concurrent re

Re: [squid-users] squidclient -h 127.0.0.1 -p 3128 mgr:info shows access denined

2024-07-24 Thread Francesco Chemolli
Hi Jonathan, could you try: curl -u anything:redacted http://localhost:3128/squid-internal-mgr/menu ? On Mon, Jul 22, 2024 at 8:52 PM Jonathan Lee wrote: > > Also I have tested > > curl 127.0.0.1:3128/squid-internal-mgr -u :redacted > curl localhost:3128/squid-internal-mgr -u :redacted > curl

Re: [squid-users] SQUID - WINDBIND - very slow internet speed

2024-07-24 Thread Francesco Chemolli
Hi Andre, The chain of services here is: browser <-> squid <-> ntlm_auth <-> winbindd <-> active directory In order to bisect the problem, could you try using `wbinfo -a` on one of the affected machiens to authenticate against Active Directory and see if the performance is on the winbindd <-> AD

Re: [squid-users] Squid on Freebsd

2024-07-23 Thread Francesco Chemolli
Hi Anton, no, segmentation fault shouldn't happen at any time. Could you try to follow the instructions at https://wiki.squid-cache.org/SquidFaq/BugReporting#crashes-and-core-dumps ? What are the last lines in the cache.log when the segmentation fault happens? Thanks On Tue, Jul 23, 2024 at 3:1

Re: [squid-users] squidclient -h 127.0.0.1 -p 3128 mgr:info shows access denined

2024-07-22 Thread Francesco Chemolli
s one add a username for this directive ? > > > On Jul 22, 2024, at 11:13, Francesco Chemolli wrote: > > > > Can you try supplying a username to curl? It's also common practice to > > put flags ('-u user:redacted') before arguments (the URL) &g

Re: [squid-users] squidclient -h 127.0.0.1 -p 3128 mgr:info shows access denined

2024-07-22 Thread Francesco Chemolli
Can you try supplying a username to curl? It's also common practice to put flags ('-u user:redacted') before arguments (the URL) On Mon, Jul 22, 2024 at 5:12 PM Jonathan Lee wrote: > > Thanks for the info > > I tried it and this also failed. Dang > > Shell Output - curl localhost:3128/squid-inter

Re: [squid-users] Squid macOS homebrew package doesn't put squid files in a neat folder

2024-04-25 Thread Francesco Chemolli
Hello Hima, you raise valid points, but to the wrong audience: default locations for homebrew installs are determined by the maintainers of the homebrew package, so the best thing to do is to reach out to them to see if they're willing to change them. All paths can be controlled from squid.conf

Re: [squid-users] squid acl + user through ssh

2024-04-18 Thread Francesco Chemolli
Sure, of course. It will work just as normal. The only type of ACLs that would need to be considered is source-based @mobile On Thu, 18 Apr 2024 at 18:09, Albert Shih wrote: > Hi everyone > > If a user use a ssh tunnel to access to squid like > > ssh -L 3128:squid_server:3128 ssh-portal > >

Re: [squid-users] squidclient -h 127.0.0.1 -p 3128 mgr:info shows access denined

2024-04-15 Thread Francesco Chemolli
On Tue, Apr 16, 2024 at 2:20 AM Jonathan Lee wrote: > Just to confirm > > the cache_object://url scheme was removed in Squid 6.6 was it replaced > with just squid-internal-mgr??? > Hi, yes, that's it. In addition, squidclient is no longer built or distributed with Squid, since any web browser

Re: [squid-users] Install-Problems under WSL2 / Unbuntu 22.04 LTS with squid v6.9

2024-04-14 Thread Francesco Chemolli
On Sun, 14 Apr 2024 at 20:04, Yvon Groß wrote: [...] > After the installation, however, I notice that squid cannot be started. > The error message says that squid cannot find the squid.service. Obviously > not everything was installed correctly or completely during the > installation. When I se

Re: [squid-users] [External] squid-users Digest, Vol 116, Issue 7

2024-04-10 Thread Francesco Chemolli
Have you checked https://www.squid-cache.org/Doc/config/logformat/ ? There is a note about "logformat referrer", it should be what you are looking for On Wed, Apr 10, 2024 at 10:16 PM Bobby Matznick wrote: > Question about squid, Debian version 4.13. Looking for a way to log > referer’s. I see t

Re: [squid-users] squidclient -h 127.0.0.1 -p 3128 mgr:info shows access denined

2024-04-06 Thread Francesco Chemolli
Hi Jonathan, could you share the parts of your squid configuration that relate to the cache manager? It's hard to help you with so little information. On Sat, Apr 6, 2024 at 12:48 PM Jonathan Lee wrote: > Correction I can’t access it from the loop back > Sent from my iPhone > > > On Apr 5, 202

Re: [squid-users] Squid Upgrade from 3.5 > 6.8

2024-03-27 Thread Francesco Chemolli
Hi Mario, the easiest way to check is to ask squid itself, by running "squid -k parse" with the new squid version and the current configuration. Developers take great pains to ensure that configuration backwards compatible as much as possible, and Squid will complain if something is not right. O

Re: [squid-users] Cache Manager (cachemgr.cgi) with IIS version 10 as web server

2024-03-19 Thread Francesco Chemolli
Hi Yvon, the good news is, you don't really need cachemgr.cgi; it offers little value by now, and in fact it will be removed in squid 7. You can use any regular web browser (or curl or any other command line tool) pointing at the URL: http:// @:/squid-internal-mgr/menu On Tue, Mar 19, 2024

Re: [squid-users] Squid stops responding after 12 browser tabs opened

2024-03-05 Thread Francesco Chemolli
Have you tried checking the number and status of open TCP connections within squid? You can check it by running netstat (as root) on either box, or by checking with cache manager, if it's enabled and responding On Tue, Mar 5, 2024 at 4:53 PM wrote: > Squid 4.17 compiled on Debian 11 > > Squid wo

Re: [squid-users] squidclient ERR_ACCESS_DENIED

2024-02-28 Thread Francesco Chemolli
On Wed, Feb 28, 2024 at 8:05 PM Andrea Venturoli wrote: > On 2/28/24 12:51, Francesco Chemolli wrote: > > > Hi Andrea, > >there's https://wiki.squid-cache.org/Features/CacheManager/Index > > <https://wiki.squid-cache.org/Features/CacheManager/Index> , >

Re: [squid-users] squidclient ERR_ACCESS_DENIED

2024-02-28 Thread Francesco Chemolli
> > > I vaguely remembered squidclient deprecation (although I searched for it > and could not find official info on the site). > > WRT to moving to curl/wget/whatever, is there any documentation I can use? > Hi Andrea, there's https://wiki.squid-cache.org/Features/CacheManager/Index , although

Re: [squid-users] Squid delay_access with external acl

2024-02-20 Thread Francesco Chemolli
Hello Szilárd, quoting from the squid wiki : "A possible workaround which can mitigate the effect of this characteristic consists in exploiting caching, by setting some “useless” ACL checks in slow clauses, so that subsequent fa

Re: [squid-users] Anyone build Squid for on multiarch ie arm and arm64?

2024-02-13 Thread Francesco Chemolli
As part of our regular build testing, we we test each Squid patch against amd64 (x86_64), arm64, armv7, and i386 (all on Linux), against a range of distributions. We do not release the artifacts, but it would be surprising if anyone had major difficulties in building on a specific CPU architecture.

Re: [squid-users] Squid as an education tool

2024-02-09 Thread Francesco Chemolli
Hi Eliezer, Marcus, what you describe seems very similar to a captive portal, just with a very dynamic allowlist policy. I'm confident that it can be implemented with Squid, a few helpers, and a side webserver plus a small website. In fact, it would probably be a nice project to release to the co

Re: [squid-users] Can't verify the signature of squid-6.7.tar.gz

2024-02-06 Thread Francesco Chemolli
Hi, apologies, that's on me, I had uploaded the wrong version of a file. It should be okay now, can you recheck? On Tue, 6 Feb 2024 at 21:18, Miha Miha wrote: > Hi there, > > When I try to verify the authenticity of squid-6.7.tar.gz file I get: > > gpg: Signature made Sun 04 Feb 2024 08:22:04

Re: [squid-users] EXTERNAL: Re: Re: [NOC] Squid Binary Package on RedHat Enterprise Linus

2024-01-05 Thread Francesco Chemolli
& Regards > > Anil > > > > *From:* Francesco Chemolli > *Sent:* Friday, January 5, 2024 7:44 PM > *To:* Anil Kumar1 K > *Cc:* Francesco Chemolli ; > squid-users@lists.squid-cache.org > *Subject:* EXTERNAL: Re: Re: [NOC] Squid Binary Package on RedHat > En

Re: [squid-users] EXTERNAL: Re: [NOC] Squid Binary Package on RedHat Enterprise Linus

2024-01-05 Thread Francesco Chemolli
t stable release 6.6 however latest Red Hat > latest OS 9 has a binary squid version of 5.5-6. > > > > This concludes that Red Hat is yet to release the 6.6 equivalent latest > release and we may be missing certain features of 6.6 in RHEL version? > > > > Thanks &am

Re: [squid-users] [NOC] Squid Binary Package on RedHat Enterprise Linus

2024-01-05 Thread Francesco Chemolli
"SAVE > PAPER - THINK BEFORE YOU PRINT!" * > > ___ > NOC mailing list > n...@lists.squid-cache.org > https://lists.squid-cache.org/listinfo/noc > -- Francesco Chemolli Squid Software Foundation ___ squid-users mailing list squid-users@lists.squid-cache.org https://lists.squid-cache.org/listinfo/squid-users

Re: [squid-users] squid hangs and dies and can not be killed - needs system reboot

2023-12-21 Thread Francesco Chemolli
I can't correlate the two changes, it might be some other external factor. On Thu, Dec 21, 2023 at 2:00 PM Amish wrote: > > On 21/12/23 17:55, Francesco Chemolli wrote: > > Hi Amish, > the message you posted really looks like a kernel bug, possibly due to > faulty co

Re: [squid-users] squid hangs and dies and can not be killed - needs system reboot

2023-12-21 Thread Francesco Chemolli
Hi Amish, the message you posted really looks like a kernel bug, possibly due to faulty code, or resulting from a hardware problem. Nothing squid can do can cause that kind of stack traces in kernel-space. A quick search online results in https://lkml.kernel.org/netdev/20230526163458.2880232-1-e

Re: [squid-users] With Squid 6.5 -- ERROR: Failed to unpack Store entry metadata: swap meta MD5 mismatch?

2023-12-09 Thread Francesco Chemolli
Hi Carl, a quick search led me to https://wiki.squid-cache.org/SquidFaq/InnerWorkings#what-does-swapin-md5-mismatch-mean Quoting: "You do not need to worry about this warning. It means that Squid is double-checking that the disk file matches what Squid thinks should be there, and the check fail

Re: [squid-users] Squid: blocking all requests to plain ip addresses

2023-11-06 Thread Francesco Chemolli
Hi Christian, What you're aiming to do should be easily doable via an url_regex ACL On Mon, Nov 6, 2023 at 10:45 AM Christian Metzger wrote: > Hello, > is the above feature available, if yes how to configure it? > This feature should be available in all modi of no-, white- and > blacklisting.

Re: [squid-users] Cache NTLM Authenticaion

2023-11-02 Thread Francesco Chemolli
Hi Andre, More than that. Without keep-alive, NTLM over HTTP will not work at all. @mobile On Thu, 2 Nov 2023 at 23:11, Andre Bolinhas wrote: > Hi Francesco Chemolli > > Many thanks for your reply. > > In your opinion, keep alive should be used within NTLM, it increase

Re: [squid-users] Cache NTLM Authenticaion

2023-11-02 Thread Francesco Chemolli
Hi Andre, in short: it's not possible in modern Windows environment, especially if backed by Active Directory. On Thu, Nov 2, 2023 at 12:09 AM Andre Bolinhas < andre.bolin...@articatech.com> wrote: > Anyone can help me with this please. > I just want to know if it's possible or not, and if it'

Re: [squid-users] log_db_daemon errors

2023-11-02 Thread Francesco Chemolli
Hi Robert, are you sure that you have the required packages on your system? You'll need perl-DBD-MariaDB and what it depends on On Thu, Nov 2, 2023 at 6:41 PM Brendan Kearney wrote: > On 11/2/23 2:14 PM, Robert 'Bobby' Zenz wrote: > >>> Use of uninitialized value $DBI::errstr in concatenatio

Re: [squid-users] Build Issue on Ubuntu 22.04 for Squid version 6.4

2023-10-25 Thread Francesco Chemolli
Hi Raja, I tried reproducing your error and could not. What version of gcc are you using? On Mon, Oct 23, 2023 at 5:20 AM Rajasekaran, Raja < raja.rajaseka...@honeywell.com> wrote: > Hi All > > > > I’m trying to compile and install deb package of squid 6.4, I am using the > Ubuntu server 22.0

Re: [squid-users] Security advisories pointing to Squid 6.4, but no download (yer)?

2023-10-22 Thread Francesco Chemolli
Hi Ralf, It might be some delay in propagating to the mirrors. I see 6.4 is available at http://static.squid-cache.org/Versions/v6/ . On Sun, Oct 22, 2023 at 3:53 PM Ralf Hildebrandt < ralf.hildebra...@charite.de> wrote: > Hi! > > The recent four Security advisories are pointing to Squid 6.4,

Re: [squid-users] [ext] Squid quits while starting?!

2023-10-02 Thread Francesco Chemolli
Source Software) in their use case. Again, please keep it civil; harassment of any kind to anyone is unwelcome here. Francesco Chemolli Squid Software Foundation On Mon, Oct 2, 2023 at 9:04 AM Dave Blanchard wrote: > I'm in no mood for your bullshit. Pretending as if the daemon has >

Re: [squid-users] A few things about Squid-cache

2023-09-22 Thread Francesco Chemolli
Hi Jason! Squid is a complex piece of software, which is deployed in a vast number of scenarios, some are simpler and some are intensely adversarial and trickier. Securing squid is similar to any other public-facing complex service; it's unfortunately not something that can be explained with a few

Re: [squid-users] 6.2: Unsupported or unexpected from-helper annotation with a name reserved for Squid use

2023-09-17 Thread Francesco Chemolli
ine to your squid.conf (manual <http://www.squid-cache.org/Doc/config/cache_log_message/>) On Mon, Aug 28, 2023 at 10:59 PM Francesco Chemolli wrote: > That's a good question; not right now, unless you're willing to patch the > squid sources. > In that case, just remove the de

Re: [squid-users] Does Squid-cache support SOCKS5 protocol?

2023-09-11 Thread Francesco Chemolli
ch for your reply. > Does the Squid-cache team have any plans to add this feature? > > > > > On Monday, September 11, 2023 at 01:01:55 AM GMT+3:30, Francesco Chemolli < > gkin...@gmail.com> wrote: > > > Hi, > no, you can't. Squid can be a socks5 client,

Re: [squid-users] Does Squid-cache support SOCKS5 protocol?

2023-09-10 Thread Francesco Chemolli
Hi, no, you can't. Squid can be a socks5 client, but not a socks5 server. On Sun, Sep 10, 2023 at 9:56 PM Jason Long wrote: > Hello, > Can I use Squid-cache to set up a SOCKS5 proxy server? > > Thank you > ___ > squid-users mailing list > squid-users

Re: [squid-users] 6.2: Unsupported or unexpected from-helper annotation with a name reserved for Squid use

2023-08-28 Thread Francesco Chemolli
affect many things for us ( use tags for statistics / > elasticsearchs) and it seems, this behavior is just a warning (seems squid > still work as expected like note acls) > > Is there a way to remove these warnings because they increase I/O and > cache.log dramatically. > > re

Re: [squid-users] 6.2: Unsupported or unexpected from-helper annotation with a name reserved for Squid use

2023-08-28 Thread Francesco Chemolli
Hi David, you should use itchart_=PASS The trailing underscore signals Squid that this is a custom header. On Mon, Aug 28, 2023 at 3:54 PM David Touzeau wrote: > > Hi > > Since 6.2 ( aka migrating from 5.8 ) > > Squid claim about token sent by external_acl_helper > > the external acl helper

Re: [squid-users] squid 6.1 - auth scheme 'ntlm' is not recognized

2023-07-13 Thread Francesco Chemolli
Hi Rafael, that code was moved to a RegisteredRunner in commit 09490bb867d0b3f00a29911a65c715108e95b782 . I'm not sure why it is not working for you; what is the output of 'squid -v' to get configure options? Thanks, Francesco On Thu, Jul 13, 2023 at 1:38 PM Rafael Akchurin < rafael.akchu...@

Re: [squid-users] Making squid into socks proxy

2023-07-10 Thread Francesco Chemolli
Hi Robert, in my understanding that configuration turns Squid into a Socks client. Outbound squid connections will then be proxied through a socks proxy. There might be a point, in some use cases, but I agree it's a stretch. For instance it could help if there's a need to log URLs being accessed,

Re: [squid-users] Show running config

2022-12-13 Thread Francesco Chemolli
On Tue, Dec 13, 2022 at 12:57 PM Andrey K wrote: > Hello, > > I wonder if there is a way to show SQUID running config. > The configuration in the squid.conf may be outdated because it can already > have been changed without SQUID reconfiguration at the time of viewing. > > I saw this feature in s

[squid-users] Help wanted to clean up and update the wiki

2022-11-30 Thread Francesco Chemolli
Hi all! In the last weeks I have started the process to clean up the squid wiki and port it to a faster and more effective platform - the goal is to be able to host it onsite or on github pages. I have done the heavy lifting of collecting and auto-transcoding the contents from MoinMon to Markdow

Re: [squid-users] Squid bandwidth accountability

2022-10-19 Thread Francesco Chemolli
On Wed, Oct 19, 2022 at 10:02 AM Francesco Chemolli > wrote: > >> Hi Felipe, >> the best way to do that is through some kind of log analyzer software >> >> On Wed, Oct 19, 2022 at 2:33 PM Felipe Polanco >> wrote: >> >>> Hi, >>> &

Re: [squid-users] Squid bandwidth accountability

2022-10-19 Thread Francesco Chemolli
Hi Felipe, the best way to do that is through some kind of log analyzer software On Wed, Oct 19, 2022 at 2:33 PM Felipe Polanco wrote: > Hi, > > Is there any way to see how much traffic a connected user has used while > connected to Squid proxy? > > Like > john@100.64.54.112 Since 10-19-2022 1

Re: [squid-users] Squid container stopped with exit 1 recursively

2022-09-03 Thread Francesco Chemolli
Hi, Anything in the logs? What version of squid are you using? On Sat, 3 Sep 2022 at 11:41, rahul gupta wrote: > Hi Team, > I’m running squid in container and running in aws ECS. > > It’s working fine but in every few hours container got stopped with exit > 1. I see cpu and memory usage for co

Re: [squid-users] xcalloc error when installing squid in container on CentOS 9 host

2022-08-02 Thread Francesco Chemolli
Hi Frank, could you share what does your configuration look like (minus any confidential bits)? And I assume you're running the version of squid packaged by the distros? On Tue, Aug 2, 2022 at 9:22 AM Frank Ansari wrote: > Hi, > > I have found a weird issue with CentOS 9. > > So far I had squ

Re: [squid-users] squid5 Happy Eyeballs - Is it possible to enable IPV4 only or IPV6 only ?

2022-05-02 Thread Francesco Chemolli
Could tcp_outgoing_address do the deed, forcing a certain source ip or ipv4-only interface for some or all requests? On Mon, 2 May 2022 at 16:39, Alex Rousskov wrote: > On 5/1/22 23:49, Ahmad Alzaeem wrote: > > > sometime the IPV4 > > instance receive DNS resolution of the destination as IPV6 an

Re: [squid-users] squid3/4 compilation error with Centos8/RH8

2022-05-02 Thread Francesco Chemolli
Hi, are you absolutely sure? Many configure options make no sense in the context of squid - it doesn't contain any fortran code at all, and most options would be ignored anyway. I'm also not sure about the nvptx-none target, it seems related to offloading to GPUs and it's not anything squid does

Re: [squid-users] Absolute upper limit for filedescriptors in squid-6?

2022-01-25 Thread Francesco Chemolli
See configure --max-filedescriptors It really depends on the OS. See SQUID_CHECK_MAXFD in https://github.com/squid-cache/squid/blob/master/acinclude/os-deps.m4#L166 You can see it printed at configure time for your specific OS On Tue, Jan 25, 2022 at 12:31 PM Ralf Hildebrandt wrote: > > What is

Re: [squid-users] [NOC] Squid Proxy stable version

2021-11-30 Thread Francesco Chemolli
y-policy. > > ______ > > www.accenture.com > ___ > NOC mailing list > n...@lists.squid-cache.org > http://lists.squid-cache.org/listinfo/noc > -- Francesco Chemolli Squid Software Foundation ___ squid-users mailing list squid-users@lists.squid-cache.org http://lists.squid-cache.org/listinfo/squid-users

Re: [squid-users] Add header to HTTPS requests

2021-05-19 Thread Francesco Chemolli
On Thu, May 20, 2021 at 2:05 AM Aniruddha Gore wrote: > Hello folks, I am using Squid as a simple [forward] proxy and was > wondering if it is feasible and advised to add custom headers to HTTPS > requests? > Hi Ainiruddha, feasible, yes. Advised, maybe. > I think I can achieve it using ssl_

Re: [squid-users] How to automatically Restart Squid on Ubuntu?

2021-03-22 Thread Francesco Chemolli
Hi Angelo, Squid shouldn't crash with any number of connections. Anything in the logs? On Mon, Mar 22, 2021 at 2:59 PM Angelo Wang wrote: > Hi, > > I have a /22 subnet on a server and sometimes Squid crashes when there are > too many connections. Can someone help me create a script/command to

Re: [squid-users] wiki.squid-cache.org has invalid SSL certificate

2021-01-23 Thread Francesco Chemolli
Thanks for letting me know. We use letsencrypt and there's an automated renewal mechanism at play, but apparently it doesn't keep up with changing intermediates. On Sat, Jan 23, 2021 at 1:15 PM Walter H. wrote: > On 23.01.2021 13:07, Matus UHLAR - fantomas wrote: > > On 22.01.21 15:32, Alex Rou

Re: [squid-users] Not working: http://www.squid-cache.org/cgi-bin/swish-query.cgi

2020-07-23 Thread Francesco Chemolli
Hi, unfortunately not. You can use google search to search through the archives. On Thu, Jul 23, 2020 at 3:47 AM David A. Gershman wrote: > Hello, > > The mailing list site > > http://www.squid-cache.org/Support/mailing-lists.html > > states a search engine is available at > > http://w

Re: [squid-users] wiki timeout

2020-07-15 Thread Francesco Chemolli
On Wed, Jul 15, 2020 at 11:40 AM Matus UHLAR - fantomas wrote: > On 15.07.20 11:34, Francesco Chemolli wrote: > >Thanks for notifying; it's now fixed. > > is it? I'm getting the same error. > Works for me, and there's no evidence of problem on

Re: [squid-users] wiki timeout

2020-07-15 Thread Francesco Chemolli
Thanks for notifying; it's now fixed. Apache gets stuck sometimes :( On Wed, Jul 15, 2020 at 10:51 AM Matus UHLAR - fantomas wrote: > Hello, > > hen trying to access squid wiki, I get: > > > Gateway Timeout > > The gateway did not receive a timely response from the upstream server or > applicati

Re: [squid-users] get no content for https://wiki.squid-cache.org/SquidFaq/SquidLogs

2020-06-16 Thread Francesco Chemolli
Hi Dieter, it's now fixed. Thanks for letting us know! On Tue, Jun 16, 2020 at 1:51 PM Dieter Bloms wrote: > Hello, > > i get no contewnt for https://wiki.squid-cache.org/SquidFaq/SquidLogs. > I get 504 Gaterway Timeout: > > --snip-- > Gateway Timeout > The gateway did not receive a timely res

Re: [squid-users] Confirmation page not working

2020-04-17 Thread Francesco Chemolli
Hi, there was a problem on the server, now fixed. Apologies On Fri, Apr 17, 2020 at 4:08 PM Antony Stone < antony.st...@squid.open.source.it> wrote: > On Friday 17 April 2020 at 15:32:38, TarotApprentice wrote: > > > Trying to visit the confirmation page at > > http://lists.squid-cache.org/conf

[squid-users] cache_diff

2020-04-07 Thread Francesco Chemolli
Hi all, has anybody used the cache_diff program that comes with the squid sources (but is not installed anywhere) in the past year or so? I'm asking because unless someone has, I'm planning to deprecate and remove it in about a week. So if you used it it, please speak up! -- Francesco

Re: [squid-users] Proxy Protocol V2 - Reserved type ranges unsupported

2018-11-18 Thread Francesco Chemolli
Can you file a feature request in our bugzilla? On Sun, Nov 18, 2018 at 11:35 AM msyber wrote: > > Hi, > > I'm working on an AWS implementation to load balance a farm of squid > instances. > > AWS supports Proxy Protocol V2 through TCP Network Load Balancer. > Based on tests, NLB support a forked

Re: [squid-users] squidclient parsing

2017-12-07 Thread Francesco Chemolli
> On Dec 7, 2017, at 21:56, John Refwe wrote: > > Hi! Hi John > I am trying to automate using certain statistics from the squidclient. I had > two questions. > > 1) Is it possible to ask squid to respond in a different format than the text > dump it currently gives back? For example, JSON

Re: [squid-users] KB vs KiB

2017-12-07 Thread Francesco Chemolli
> On Dec 7, 2017, at 22:14, Alex Rousskov > wrote: > > On 12/07/2017 12:12 PM, Ing. Pedro Pablo Delgado Martell wrote: >> I have been reading about the difference between a KB and a KiB, >> Kilobyte and Kibibyte respectively. According to several websites, also >> Google, 1KB = 1000 bytes and

Re: [squid-users] wiki.squid-cache.org SSL configuration problem ...

2017-08-08 Thread Francesco Chemolli
> On 8 Aug 2017, at 19:06, Walter H. wrote: > > Hello, > > the intermediate certificate which is provided doen't go with the end entitiy > certificate ... > > the intermediate that is provided: Let's Encrypt Authority X1 > the intermediate that should be provided: Let's Encrypt Authority X3

Re: [squid-users] Squid wiki

2017-03-13 Thread Francesco Chemolli
> On 13 Mar 2017, at 11:26, Serhat Koroglu wrote: > > Hello, > Squid wiki pages not working. It seems there is a server error. Hi, that's correct. The server suffered a broken hard disk. The support team is working on fixing it, it'll take at least a day to fix it No data has been lost, b

Re: [squid-users] Information/statistics about the use of Squid around the world

2016-07-31 Thread Francesco Chemolli
es around the world. I found some interesting information on > http://www.squid-cache.org/. However, I would like to know other places > that I can find reliable information/statistics about the use of Squid > around the world. > > Best Regards, > Guilherm

Re: [squid-users] Squid is not worked in OpenVZ VPS.

2015-12-30 Thread Francesco Chemolli
> On 30 Dec 2015, at 11:39, Billy.Zheng(zw963) wrote: > > Hi, I have two VPS in same location(HONG KONG) > > the two VPS is blongs to two service provider, one OpenVZ, one XEN. > > I choice with same version CentOS(6.7), and with same config script for > a FORWARD proxy to access free world. >