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

2023-08-28 Thread Francesco Chemolli
That's a good question; not right now, unless you're willing to patch the squid sources. In that case, just remove the debugs() statement in lines 200-203 of file src/helper/Reply.cc . On Mon, Aug 28, 2023 at 9:52 PM David Touzeau wrote: > Thanks You > > As these changes affect many things

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

2023-08-28 Thread David Touzeau
Thanks You As these changes 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: [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] How to upgrade correctly?

2023-08-28 Thread ngtech1ltd
Hey Gabriel, The first thing before doing anything at all is to backup your binaries and configuration files. Then try to plan a way that will allow you to fall back to the older version if anything will turn bad. If you can test on a VM the installation process before production it would be

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

2023-08-28 Thread David Touzeau
Hi Since 6.2 ( aka migrating from 5.8 ) Squid claim about token sent by external_acl_helper the external acl helper send "OK itchart=PASS user=dtouzeau category=143 category-name=Trackers clog=cinfo:143-Trackers;" squid claim 2023/08/28 16:47:02 kid1| WARNING: Unsupported or unexpected

[squid-users] How to upgrade correctly?

2023-08-28 Thread Service MV
Hello everyone. I have currently installed SQUID 5.8 compiled from source on Debian 10.5. I want to upgrade to the latest stable version, 6.2. What is the recommended way to upgrade to a new version? Should I uninstall the old version first? Or do I compile the new one and it overwrites the old

[squid-users] Squid ssl_bump splice configuration

2023-08-28 Thread Ben Goz
ב"ה I'm using squid version: nativ@arachimprodsrv3:/usr/local/squid/etc$ /usr/local/squid/sbin/squid -v Squid Cache: Version 6.1-VCS Service Name: squid This binary uses OpenSSL 3.0.2 15 Mar 2022. configure options: '--with-large-files' '--with-openssl' '--enable-ssl' '--enable-ssl-crtd'