[squid-users] HTTP Request method CNT from Windows clients

2018-08-13 Thread Peter Viskup
Does anybody seen this in Squid logs already? httpRqMethod CNT There is no destination IP nor request host logged. All clients are Windows machines. Requests are rejected due to not supported HTTP method. The complete log entry example: 13/Aug/2018:14:26:18 +0200 10.x.y.z 63740 -> - - responseTi

Re: [squid-users] quiet week

2018-06-04 Thread Peter Viskup
There are significant differences between the Fedora->RHEL and Debian->Ubuntu relations. Fedora is development oriented with short lifecycle and without support of previous versions. RHEL is built on Fedora with stability and enterprise needs in mind (they always ). Debian provides more release st

[squid-users] Squid ipcache and DNS TTL smaller than 60 seconds

2018-04-10 Thread Peter Viskup
Squid use TTL of 60 seconds for DNS resource records with TTL smaller than that value. Some sites can have DNS TTL set to lower value due to high availability design (DNS load balancer). In RFCs [1][2][3] it is explained the received TTL can be lowered to the upper bound TTL value of DNS cache, b

Re: [squid-users] Squid4 ICAP connection handling

2018-04-10 Thread Peter Viskup
On Mon, Apr 9, 2018 at 4:43 PM, Alex Rousskov < rouss...@measurement-factory.com> wrote: > On 04/09/2018 06:03 AM, Peter Viskup wrote: >> Running Squid 4.0.23 the ICAP connections getting "frozen". >> >> proxy:~ $ netstat -ntpa| grep 40620 >> tcp 9201

[squid-users] Squid4 ICAP connection handling

2018-04-09 Thread Peter Viskup
Running Squid 4.0.23 the ICAP connections getting "frozen". proxy:~ $ netstat -ntpa| grep 40620 tcp 920144 0 127.0.0.1:40620 127.0.0.1:1344 ESTABLISHED 1165/(squid-1) tcp0 2744857 127.0.0.1:1344 127.0.0.1:40620 ESTABLISHED 1211/esets_icap # after ICAP service resta

Re: [squid-users] Squid4 '%

2018-04-06 Thread Peter Viskup
ies wrote: > On 05/04/18 21:39, Peter Viskup wrote: >> On Wed, Apr 4, 2018 at 5:42 PM, Amos Jeffries wrote: >>> On 04/04/18 21:15, Peter Viskup wrote: >>>> On Linux Virtual Server balanced cluster the %>>> errors ERR_ACCESS_DENIED or TCP_MEM_HIT are logged. >

Re: [squid-users] Squid4 '%

2018-04-05 Thread Peter Viskup
On Wed, Apr 4, 2018 at 5:42 PM, Amos Jeffries wrote: > On 04/04/18 21:15, Peter Viskup wrote: >> On Linux Virtual Server balanced cluster the %> errors ERR_ACCESS_DENIED or TCP_MEM_HIT are logged. >> >> This is causing issue when processing logs on remote machine (e.g.

[squid-users] Squid4 '%

2018-04-04 Thread Peter Viskup
On Linux Virtual Server balanced cluster the %http://lists.squid-cache.org/listinfo/squid-users

Re: [squid-users] squid client or cache manager under Multi instance squid /SMP

2018-03-28 Thread Peter Viskup
Hello Ahmad, your instances should have different ports opened. Use squidclient's options -p -h to request the appropriate instance. Example from our server: proxy02:/etc/squid $ squidclient -p 8080 cache_object://localhost/ mgr:info|grep "Start Time" Start Time: Thu, 22 Mar 2018 13:09:24 GMT

Re: [squid-users] Squid SNMP remote monitoring and IP fragmentation

2018-03-06 Thread Peter Viskup
Communication is ok. Problem was with pcap filtering based on port number. Only the first fragment of the packet have this information. All others have port fields empty. More information in tcpdump man page in IP Fragmentation section. In new packet capture the request for 87 OIDs is replied with

[squid-users] Squid SNMP remote monitoring and IP fragmentation

2018-03-02 Thread Peter Viskup
We do monitor our Squid's via SNMP with Zabbix and use the template available on Zabbix share portal [1]. Retrieval of values is not reliable. Seems to be related to IP fragmentation. The complete answer should be 4325B long. ~# snmpwalk -m /usr/share/squid3/mib.txt -v2c -CE .1.3.6.1.4.1.3495.1.5

[squid-users] Squid4 multi-instance configuration

2018-02-20 Thread Peter Viskup
Feel free to use this systemd (based on postgresql) and logrotate configuration for multi-instance configuration according wiki [1]. Might be useful for others. The instance is "enabled" by presence of /etc/squid/${service_name}.instance file. There could be includes like these in squid.conf pid

Re: [squid-users] Squid4 with ssl-bump single_dh_use unknown

2018-02-19 Thread Peter Viskup
retained for compatibility. On Wed, Feb 14, 2018 at 2:31 PM, Peter Viskup wrote: > Crypto part of the configure log: > > checking for nettle_md5_init in -lnettle... yes > checking nettle/md5.h usability... yes > checking nettle/md5.h presence... yes > checking for nettle/md5.h

Re: [squid-users] squid4 with sslbump not logged server side cert_subject and cert_issuer

2018-02-16 Thread Peter Viskup
On Thu, Feb 15, 2018 at 7:41 PM, Alex Rousskov wrote: > On 02/15/2018 07:32 AM, Amos Jeffries wrote: >> On 16/02/18 01:44, Peter Viskup wrote: >>> Running squid version 4.0.23 with logformat including >>> >>> SSLBumpMode=%ssl::bump_mode SSLSNI=&

[squid-users] squid4 with sslbump not logged server side cert_subject and cert_issuer

2018-02-15 Thread Peter Viskup
Running squid version 4.0.23 with logformat including SSLBumpMode=%ssl::bump_mode SSLSNI="%ssl::>sni" SSLClientProto="%ssl::>negotiated_version" SSLServerProto="%ssl::http://lists.squid-cache.org/listinfo/squid-users

Re: [squid-users] Squid4 with ssl-bump single_dh_use unknown

2018-02-14 Thread Peter Viskup
SSL library support: yes -lssl -lcrypto On Wed, Feb 14, 2018 at 2:02 PM, Peter Viskup wrote: > Build of squid 4.0.23 on current Debian 9 report the single_dh_use as not > known. > Older build of squid 3.5.21 on Debian 8 doesn't report it. > According the documentation [1] it sho

[squid-users] Squid4 with ssl-bump single_dh_use unknown

2018-02-14 Thread Peter Viskup
Build of squid 4.0.23 on current Debian 9 report the single_dh_use as not known. Older build of squid 3.5.21 on Debian 8 doesn't report it. According the documentation [1] it should be known and supported. [1] http://www.squid-cache.org/Doc/config/http_port/ Is it a bug? Peter $ /usr/sbin/squid

Re: [squid-users] Squid service-name macro one config and different ports

2018-02-02 Thread Peter Viskup
On Fri, Feb 2, 2018 at 12:13 PM, Amos Jeffries wrote: > > On 02/02/18 23:42, Peter Viskup wrote: > > Want to run multiple instances of Squid4 on the same server with > > different ports and one configuration file. > > Not sure whether (and how) the http_port and snmp_port

[squid-users] Squid service-name macro one config and different ports

2018-02-02 Thread Peter Viskup
Want to run multiple instances of Squid4 on the same server with different ports and one configuration file. Not sure whether (and how) the http_port and snmp_port options can be made as conditional options in squid.conf. At the moment it looks like it is not possible. The workaround can be to use

[squid-users] Log to syslog issues with syslog priority

2017-07-13 Thread Peter Viskup
Tried to configure logging to syslog directly and experiencing issues with not accepted syslog priority assigned in config files. This is the configuration: ~# grep -E '^access_log|^icap_log|logstrmfilter' /etc/squid3/squid.conf access_log syslog:local7.notice logformat=combined3 acl logstrmfilter

[squid-users] Meaning of "HTTP I/O number of reads"

2016-08-25 Thread Peter Viskup
Hello all, we do experience some connection issues with SFTP and clear HTTP clients on Squid 3.4 version built with SSL split. We occasionally see ERR_CONNECT_FAIL with SYSERR=110. Just discovered higher value of "HTTP I/O number of reads" at the time the issue occur. I am not able to understand t

[squid-users] SSLBump non-HTTPs connections

2016-06-01 Thread Peter Viskup
- MIIGQzCCBCugAwIBAgITWgAAuYCRJAQnIMZ1CwABAAC5gDANBgkqhkiG9w0BAQsF In both cases the only log entry we see is the CONNECT request: 01/Jun/2016:10:16:23 +0200681 127.0.0.1 TAG_NONE/200 0 CONNECT www.ftpsservicedomain.net:990 - HIER_DIRECT/www.ftpsservicedomain.net - [Host: www.ftpsservicedomain.net:990\r\n] [-] Best regards, -- Peter