[squid-users] Squid dead error with 3.5.23

2017-05-03 Thread Nil Nik
Hi, Using Squid 3.5.23, After some time found squid dead with below errors. Even i restart it doesn't start for some time (5-10 minutes). Apr 28 16:16:18 mysystem (squid-1): Ipc::Mem::Segment::open failed to shm_open(/squid-ssl_session_cache.shm): (2) No such file or directory Apr 28

Re: [squid-users] Huge memory required for squid 3.5

2017-05-03 Thread Nil Nik
Hi, Can we cleanup 'Cache' using - SSL_flush_sessions(ctx, time(NULL)); or SSL_flush_sessions(ctx,0); Periodically or on reconfigure? Nil From: squid-users <squid-users-boun...@lists.squid-cache.org> on behalf of Nil Nik <nil_fe...@hotmail.

Re: [squid-users] Huge memory required for squid 3.5

2017-05-03 Thread Nil Nik
ory required for squid 3.5 How big disk cache(s) and how it full? 03.05.2017 17:54, Nil Nik пишет: Hi, NO_DEFAULT_CA doesn't help. Still goes in GB. Can anyone tell me area so that i can work on? Regards, Nil From: squid-users <squid-users-boun...@lists.

Re: [squid-users] Huge memory required for squid 3.5

2017-05-03 Thread Nil Nik
Hi, NO_DEFAULT_CA doesn't help. Still goes in GB. Can anyone tell me area so that i can work on? Regards, Nil From: squid-users on behalf of Alex Rousskov Sent: Wednesday, April

[squid-users] Huge memory required for squid 3.5

2017-04-24 Thread Nil Nik
Hello, I am using squid 3.5.23, with heavy HTTPS load squid using almost 2GB of memory. I want to restrict this usages to maximum to 1 GB. This high usages seems due to ssl_bump. If I change 'generate-host-certificates' to 'off' then squid usages around 800 MB of memory. Previously i was using

[squid-users] Why squid show IP in access log for transparent proxy?‏

2014-07-07 Thread Nil Nik
Hi, I have setup squid 3.3.9 in transparent mode with ssl_bump none. The access.log shows IP address instead of domain. The access.log looks like this: 1404741370.411 10.10.16.57 TCP_MISS/200 3434 49.200.255.210:443 1404741402.943 10.10.16.57 TCP_MISS/200 3904 115.112.3.4:443 1404741430.695

RE: [squid-users] Why squid show IP in access log for transparent proxy?‏

2014-07-07 Thread Nil Nik
From: antony.st...@squid.open.source.it To: squid-users@squid-cache.org Date: Mon, 7 Jul 2014 17:15:35 +0200 Subject: Re: [squid-users] Why squid show IP in access log for transparent proxy?‏ On Monday 07 July 2014 at 17:06:06, Nil Nik wrote: Hi, I have setup squid 3.3.9

RE: [squid-users] Why squid show IP in access log for transparent proxy?‏

2014-07-07 Thread Nil Nik
I am NOT looking for client IP or host. I am looking for target server IP. In case of 'ssl_bump none' squid access log shows IP of server instead of domain. log_fqdn on is not useful for me. From: antony.st...@squid.open.source.it To:

RE: [squid-users] ssl-bump not working in non transparent mode

2014-06-30 Thread Nil Nik
and dynamic_cert_mem etc on the forward regular proxy mode? such as: http_port 10.10.16.56:3128 ssl-bump ...(all other settings) For it to work? Eliezer On 06/27/2014 03:45 PM, Nil Nik wrote: http_port 10.10.16.56:3127 intercept http_port 10.10.16.56:3128 https_port 10.10.16.56:3129 generate-host

[squid-users] ssl-bump not working in non transparent mode

2014-06-27 Thread Nil Nik
I have setup a squid 3.3.9 with ssl-bump enabled. When i access through transparent mode its working fine but when i use proxy address in my borrower (non transparent mode) its not working. Following is my squid configuration: visible_hostname 10.10.16.56 http_port 10.10.16.56:3127 intercept

[squid-users] assertion failed: DestinationIp.cc

2014-03-04 Thread Nil Nik
I am using ICAP and squid 3.3.9 After some interval I got following messages in cache.log and squid get stop. 2014/03/04 16:01:35 kid1| ACL::checklistMatches WARNING: 'http_denied_status' ACL is used but there is no HTTP reply -- not matching. 2014/03/04 16:01:35 kid1| ACL::checklistMatches

RE: [squid-users] HTTP_X_FORWARDED_FOR for https request

2013-12-22 Thread Nil Nik
Diwan wrote: Add this directive to your squid.conf file forwarded_for on The documentation for the directive is here: http://www.squid-cache.org/Doc/config/forwarded_for/ -Original Message- From: Nil Nik nil_fe...@hotmail.com To: squid-users@squid-cache.org squid-users@squid

[squid-users] HTTP_X_FORWARDED_FOR for https request

2013-11-22 Thread Nil Nik
I have setup squid (3.3.9) and Apache(https enabled) on same system. when I access https site on Apache through squid proxy then HTTP_X_FORWARDED_FOR is not found. I want to get client IP on Apache. Please help me.

RE: [squid-users] HTTP_X_FORWARDED_FOR for https request

2013-11-22 Thread Nil Nik
this directive to your squid.conf file forwarded_for on The documentation for the directive is here: http://www.squid-cache.org/Doc/config/forwarded_for/ -Original Message- From: Nil Nik nil_fe...@hotmail.com To: squid-users@squid-cache.org squid-users@squid-cache.org Subject: [squid-users

[squid-users] NONE_ABORTED in access log and network is slow‏

2013-09-24 Thread Nil Nik
I am using squid 3.3.9, always getting NONE_ABORTED/000 or TCP_MISS_ABORTED/000. My internal network gets slow after it. Please help me. Find the below part of access.log file for details. 1380028608.317 172.16.101.85 TCP_MISS/200 433 http://sk.ybinst9.ec.yimg.com/ec/fd/ls/GlinkPing.aspx?

RE: [squid-users] Need acl to block logs of https denied status codes.

2012-09-01 Thread Nil Nik
status codes. On 12/08/2012 3:19 p.m., Nil Nik wrote: Hello, I have to stop logging of status code 400-404 500 502 503. I have used following acl: acl denied_status http_status 400-404 500 502 503 log_access deny denied_status Its not working for https logs. Please suggest me

[squid-users] Need acl to block logs of https denied status codes.

2012-08-11 Thread Nil Nik
Hello, I have to stop logging of status code 400-404 500 502 503. I have used following acl: acl denied_status http_status 400-404 500 502 503 log_access deny denied_status Its not working for https logs. Please suggest me.

RE: [squid-users] FTP option ftp_epsv

2012-05-14 Thread Nil Nik
Please reply i need help on this. From: nil_fe...@hotmail.com To: squid-users@squid-cache.org Date: Wed, 9 May 2012 11:15:05 + Subject: [squid-users] FTP option ftp_epsv I have configured browser (http and FTP option) to use squid proxy. some

[squid-users] FTP option ftp_epsv

2012-05-09 Thread Nil Nik
I have configured browser (http and FTP option) to use squid proxy. some FTP sites are opening with the help of browser but not ftp://ftp.uar.net/; If i use ftp_epsv off then it works fine. I am using squid-3.1.9. What was the exact problem? Please tell me consequences of ftp_epsv off. Does it

[squid-users] Changes related to /etc/resolv.conf and squid

2012-01-24 Thread Nil Nik
precondition: Squid is up and running... If I changed the entry in /etc/resolv.conf then, Is there need to reload/reconfigure the squid?

Re: [squid-users] Changes related to /etc/resolv.conf and squid

2012-01-24 Thread Nil Nik
Thanks a lot  Amos!!!

RE: [squid-users] Squid reconfigure causes swap=0

2012-01-21 Thread Nil Nik
Tested squid-3.1.18 on: Fedora 13 (2.6.33.3-85.fc13.i686.PAE) Ubuntu 8.4 (2.6.24.6) If we compile the squid with --enable-ssl option then squid process increases its memory usages fast as compare with without --enable-ssl option. Test with 2GB memory. with --enable-ssl option: around 6 times

[squid-users] Squid reconfigure causes swap=0

2012-01-20 Thread Nil Nik
Hello, Squid reload can cause to swap=0. This problem can be generate by reloading (squid -k reconfigure) squid. After every reload it increases the memory used by squid process, if we continue its causes the swap to 0 and squid crashes. I am Using default squid configuration. ./squid -v

RE: [squid-users] Squid reconfigure causes swap=0

2012-01-20 Thread Nil Nik
It happens with '--enable-ssl' option, any solution or patch? From: nil_fe...@hotmail.com To: squid-users@squid-cache.org Date: Fri, 20 Jan 2012 10:10:01 + Subject: [squid-users] Squid reconfigure causes swap=0 Hello, Squid reload can cause

Re: [squid-users] Squid reconfigure causes swap=0

2012-01-20 Thread Nil Nik
# ./squid -v Squid Cache: Version 3.1.16 configure options:  '--enable-ssl' --with-squid=/squid-3.1.16 --enable-ltdl-convenience   Version 3.1.16 also show this problem.  Let me test squid-3.1.18. From: nil_fe...@hotmail.com To: