Re: [squid-users] TCP_MISS_ABORTED/502

2024-07-16 Thread Ben Toms
quid-users@lists.squid-cache.org Subject: Re: [squid-users] TCP_MISS_ABORTED/502 On 2024-07-13 16:02, Ben Toms wrote: > with debug_options ALL,4 set.. the cache.log shows: > 2024/07/13 18:55:03.595 kid1| 5,3| Read.cc(93) ReadNow: conn17 > local=squid.cache.ip:37046 remote=origin.server.ip:443 FIR

Re: [squid-users] TCP_MISS_ABORTED/502

2024-07-15 Thread Alex Rousskov
in that TLS stream. D) Find somebody to patch Squid source code to add more debugging info if (B) did not produce enough new/usable hints. HTH, Alex. *From: *Ben Toms *Date: *Saturday, 13 July 2024 at 13:04 *To: *Alex Rousskov *Subject: *Re: [squid-users] TCP_MISS_ABORTED/502 Well.. tr

Re: [squid-users] TCP_MISS_ABORTED/502

2024-07-13 Thread Ben Toms
er [call252] because comm_remove_close_handler Still need to dig in more.. but the true error seems to be: ERR_READ_ERROR "Bad Gateway" Regards, Ben. From: Ben Toms Date: Saturday, 13 July 2024 at 13:04 To: Alex Rousskov Subject: Re: [squid-users] TCP_MISS_ABORTED/502 Well.. tried with

Re: [squid-users] TCP_MISS_ABORTED/502

2024-07-12 Thread Alex Rousskov
> squid-users@lists.squid-cache.org <mailto:squid-users@lists.squid-cache.org> mailto:squid-users@lists.squid-cache.org>> > *Subject: *Re: [squid-users] TCP_MISS_ABORTED/502 > > So, with the below config: > > https_port 443 accel

Re: [squid-users] TCP_MISS_ABORTED/502

2024-07-12 Thread Ben Toms
ms > > *Date: *Friday, 12 July 2024 at 17:56 > > *To: *Alex Rousskov , > > squid-users@lists.squid-cache.org > > *Subject: *Re: [squid-users] TCP_MISS_ABORTED/502 > > > > So, with the below config: > > > > https_port 443 accel protocol=HTTPS tls-cert=

Re: [squid-users] TCP_MISS_ABORTED/502

2024-07-12 Thread Alex Rousskov
, squid-users@lists.squid-cache.org *Subject: *Re: [squid-users] TCP_MISS_ABORTED/502 So, with the below config: https_port 443 accel protocol=HTTPS tls-cert=/usr/local/squid/client.pem tls-key=/usr/local/squid/client.key cache_peer public.server.fqdn parent 443 0 no-query originserver no-digest

Re: [squid-users] TCP_MISS_ABORTED/502

2024-07-12 Thread Ben Toms
? Regards, Ben. From: Ben Toms Date: Friday, 12 July 2024 at 17:56 To: Alex Rousskov , squid-users@lists.squid-cache.org Subject: Re: [squid-users] TCP_MISS_ABORTED/502 So, with the below config: https_port 443 accel protocol=HTTPS tls-cert=/usr/local/squid/client.pem tls-key=/usr/local/squid/

Re: [squid-users] TCP_MISS_ABORTED/502

2024-07-12 Thread Ben Toms
. From: Alex Rousskov Date: Friday, 12 July 2024 at 17:36 To: Ben Toms , squid-users@lists.squid-cache.org Subject: Re: [squid-users] TCP_MISS_ABORTED/502 On 2024-07-12 12:14, Ben Toms wrote: > Which log should those be found? cache.log (if they are present) > Can’t see “HTTP Server R

Re: [squid-users] TCP_MISS_ABORTED/502

2024-07-12 Thread Alex Rousskov
@lists.squid-cache.org *Subject: *Re: [squid-users] TCP_MISS_ABORTED/502 On 2024-07-12 11:38, Ben Toms wrote: Think I made the changes Alex requested: 12/Jul/2024:15:36:31 +.640 local.server.ip TCP_MISS_ABORTED/502 3974 GET https://local.server.fqdn/path/to/file <https://local.server.fqdn/p

Re: [squid-users] TCP_MISS_ABORTED/502

2024-07-12 Thread Ben Toms
Hi Alex, Which log should those be found? Can’t see “HTTP Server RESPONSE” in the access.log or cache.log. Regards, Ben. From: squid-users on behalf of Alex Rousskov Date: Friday, 12 July 2024 at 17:11 To: squid-users@lists.squid-cache.org Subject: Re: [squid-users] TCP_MISS_ABORTED/502 On

Re: [squid-users] TCP_MISS_ABORTED/502

2024-07-12 Thread Alex Rousskov
Connection: keep-alive -- Regards, Ben. *From: *squid-users on behalf of Amos Jeffries *Date: *Friday, 12 July 2024 at 15:22 *To: *squid-users@lists.squid-cache.org *Subject: *Re: [squid-users] TCP_MISS_ABORTED/502 On 13/07/24 01:52, Alex Rousskov wrote: On 2024-07-12 08:06, Ben

Re: [squid-users] TCP_MISS_ABORTED/502

2024-07-12 Thread Ben Toms
2024 at 16:03 To: Amos Jeffries , squid-users@lists.squid-cache.org Subject: Re: [squid-users] TCP_MISS_ABORTED/502 Logs below: -- 2024/07/12 14:57:08.678 kid1| 11,2| http.cc(1263) readReply: conn17 local=squid.cache.ip:42848 remote=public.ip.of.public.server:443 FIRSTUP_PARENT FD 14

Re: [squid-users] TCP_MISS_ABORTED/502

2024-07-12 Thread Ben Toms
2024 at 15:22 To: squid-users@lists.squid-cache.org Subject: Re: [squid-users] TCP_MISS_ABORTED/502 On 13/07/24 01:52, Alex Rousskov wrote: > On 2024-07-12 08:06, Ben Toms wrote: >> Seems that my issue is similar to - >> https://serverfault.com/questions/1104330/squid-cache-ite

Re: [squid-users] TCP_MISS_ABORTED/502

2024-07-12 Thread Amos Jeffries
On 13/07/24 01:52, Alex Rousskov wrote: On 2024-07-12 08:06, Ben Toms wrote: Seems that my issue is similar to - https://serverfault.com/questions/1104330/squid-cache-items-behind-basic-authentication You are facing up to two problems: 1. Some authenticated responses are not cachable by Sq

Re: [squid-users] TCP_MISS_ABORTED/502

2024-07-12 Thread Alex Rousskov
On 2024-07-12 08:06, Ben Toms wrote: Seems that my issue is similar to - https://serverfault.com/questions/1104330/squid-cache-items-behind-basic-authentication You are facing up to two problems: 1. Some authenticated responses are not cachable by Squid. Please share HTTP headers of the resp

Re: [squid-users] TCP_MISS_ABORTED/502

2024-07-12 Thread Ben Toms
Seems that my issue is similar to - https://serverfault.com/questions/1104330/squid-cache-items-behind-basic-authentication Regards, Ben. From: Ben Toms Date: Friday, 12 July 2024 at 12:07 To: squid-users@lists.squid-cache.org Subject: Re: TCP_MISS_ABORTED/502 To test, I changed the parent url

Re: [squid-users] TCP_MISS_ABORTED/502

2024-07-12 Thread Ben Toms
To test, I changed the parent url to my blog.. and was able to download an item there via squid-cache.. so the issue seems to be when downloading from a parent which requires authentication. Regards, Ben. From: Ben Toms Date: Friday, 12 July 2024 at 10:29 To: squid-users@lists.squid-cache.org

[squid-users] TCP_MISS_ABORTED/502

2024-07-12 Thread Ben Toms
Hi Amos, I made the changes suggested, biut still getting TCP_MISS_ABORTED/502. The test I’m performing is via a simple curl: curl https://local.server.fqdn/some/file/path -H "Authorization: Basic base64_auth" -o ~/Downloads/test The Apache logs for the parent (public.server.fqdn), show: [12/

Re: [squid-users] TCP_MISS_ABORTED/502

2024-07-11 Thread Amos Jeffries
On 12/07/24 03:37, Ben Toms wrote: Hi folks, We’re looking to leverage squid-cache as an accelerator, but for large content. For example, a local cache of macOS installers so that the internet line isn’t swamped when updating Photoshop etc across devices. Below is an example of the conf I’ve

[squid-users] TCP_MISS_ABORTED/502

2024-07-11 Thread Ben Toms
Hi folks, We’re looking to leverage squid-cache as an accelerator, but for large content. For example, a local cache of macOS installers so that the internet line isn’t swamped when updating Photoshop etc across devices. Below is an example of the conf I’ve been using (and have been going backw

Re: [squid-users] TCP_MISS_ABORTED/503 - -Squid-Error: ERR_DNS_FAIL 0

2019-08-21 Thread L A Walsh
On 2019/08/21 04:41, Amos Jeffries wrote: > On 21/08/19 3:51 pm, L A Walsh wrote: > >> Pulled this out of my log. Downloading lots of files through squid has >> the download aborting after about 3k files. This is the first I've seen >> that there's also an associated ERR_DNS_FAIL -- is that a

Re: [squid-users] TCP_MISS_ABORTED/503 - -Squid-Error: ERR_DNS_FAIL 0

2019-08-21 Thread Amos Jeffries
On 21/08/19 3:51 pm, L A Walsh wrote: > Pulled this out of my log. Downloading lots of files through squid has > the download aborting after about 3k files. This is the first I've seen > that there's also an associated ERR_DNS_FAIL -- is that a message from > squid's internal resolver? Indirectl

Re: [squid-users] TCP_MISS_ABORTED/503 - -Squid-Error: ERR_DNS_FAIL 0

2019-08-20 Thread L A Walsh
On 2019/08/20 20:56, Eliza wrote: > Hi > > on 2019/8/21 11:51, L A Walsh wrote: > >> Pulled this out of my log. Downloading lots of files through squid has >> the download aborting after about 3k files. This is the first I've seen >> that there's also an associated ERR_DNS_FAIL -- is that a me

Re: [squid-users] TCP_MISS_ABORTED/503 - -Squid-Error: ERR_DNS_FAIL 0

2019-08-20 Thread Eliza
Hi on 2019/8/21 11:51, L A Walsh wrote: Pulled this out of my log. Downloading lots of files through squid has the download aborting after about 3k files. This is the first I've seen that there's also an associated ERR_DNS_FAIL -- is that a message from squid's internal resolver? Squid may c

[squid-users] TCP_MISS_ABORTED/503 - -Squid-Error: ERR_DNS_FAIL 0

2019-08-20 Thread L A Walsh
Pulled this out of my log. Downloading lots of files through squid has the download aborting after about 3k files. This is the first I've seen that there's also an associated ERR_DNS_FAIL -- is that a message from squid's internal resolver? 1566304848.234 1 192.168.3.1 TCP_MISS_ABORTED/503

Re: [squid-users] TCP_MISS_ABORTED/000 FATAL: Received Segment Violation

2018-12-12 Thread Amos Jeffries
On 13/12/18 1:58 am, Rejaine Silveira Monteiro wrote: > Hi, all > > I'm trying to download a certain file from an FTP server. I can make > the access directly, without proxy, but when I use Squid the following > error occurs: > > TCP_MISS_ABORTED/000 0 GET > ftp://ftp.ibge.gov.br/Precos_Indices_

[squid-users] TCP_MISS_ABORTED/000 FATAL: Received Segment Violation

2018-12-12 Thread Rejaine Silveira Monteiro
Hi, all I'm trying to download a certain file from an FTP server. I can make the access directly, without proxy, but when I use Squid the following error occurs: TCP_MISS_ABORTED/000 0 GET ftp://ftp.ibge.gov.br/Precos_Indices_de_Precos_ao_Consumidor/IPCA/Serie_Historica/ipca_SerieHist.zip - HIER

Re: [squid-users] tcp_miss_aborted driving me crazy !

2018-08-21 Thread Alex Rousskov
On 08/21/2018 03:42 PM, --Ahmad-- wrote: > the TCP_MISS_ABORTED seems down request and i dont know whats the > wrong there Assuming the second column in the sanitized access.log output below is transaction response time, it looks like the client aborts (i.e. closes the connection) if it receives

[squid-users] tcp_miss_aborted driving me crazy !

2018-08-21 Thread --Ahmad--
Hello Folks : i have frequent Down on website that using it for IPV6 outgoing addresses : below logs as you see , some have TCP_Miss and some have problems as TCP_MISS_ABORTED . the TCP_MISS_ABORTED seems down request and i dont know whats the wrong there as long i see the name is resolved of

[squid-users] TCP_MISS_ABORTED/000 when accessing squid-internal-mgr page

2018-07-18 Thread Eliezer Croitoru
I have tried to access squid manage pages using curl and squidclient and got the next weird results in the access.log. TCP_MISS_ABORTED/000 The weird thing is that I am receiving 200 as a response: Commands and logs: ### START [root@squid4-testing check-systemd-squid]# curl 127.

Re: [squid-users] TCP_MISS_ABORTED/000|

2018-03-13 Thread Juan Manuel P
Hello, I finally found the solution to the TCP_MISS_ABORTED/000 problem, result that the network manager person, give me a tplink load balance router with some filters setting inside them, he forgot that setting. This setting are in the filters setting, setting some words like porno, sex, and simil

Re: [squid-users] TCP_MISS_ABORTED/000|

2018-03-12 Thread Yuri
You can also play around with squid's config parameters to fit your LAN specifications. 13.03.2018 01:20, Juan Manuel P пишет: > I found a solutions to problem  TCP_MISS_ABORTED/000, we have a > balance router tplink betwen the squid proxy server and the ISP, just > eliminate the balance router tp

Re: [squid-users] TCP_MISS_ABORTED/000|

2018-03-12 Thread Juan Manuel P
I found a solutions to problem TCP_MISS_ABORTED/000, we have a balance router tplink betwen the squid proxy server and the ISP, just eliminate the balance router tplinkand the problem desapear , later I will investigate the balance router to found a final solution, and tell us. regards 2018-02-2

Re: [squid-users] TCP_MISS_ABORTED/000|

2018-02-28 Thread Yuri
Windows often spit on RFC due to do not disturb users. Squid is not. Anyway, as you can see, from my side, with well-configured infrastructure and well-configured squid, is also no problem. So, may be, somebody's hands like legs ;-) 01.03.2018 02:59, Juan Manuel P пишет: > We are migrating

Re: [squid-users] TCP_MISS_ABORTED/000|

2018-02-28 Thread Juan Manuel P
We are migrating from a old proxy server kerio-win-route on windows to a squid proxy server. The old proxy server no have problems. regards. 2018-02-28 17:56 GMT-03:00 Yuri : > Seems so. May be, ever ISP. Misconfigured MPLS can lead this errors. > > 01.03.2018 02:55, Juan Manuel P пишет: > > H

Re: [squid-users] TCP_MISS_ABORTED/000|

2018-02-28 Thread Yuri
Seems so. May be, ever ISP. Misconfigured MPLS can lead this errors. 01.03.2018 02:55, Juan Manuel P пишет: > Hello Yuri today on access.log a get a lot off TCP_MISS_ABORTED/000 on > many diferentes sites: > > 28/Feb/2018:13:50:00 -0300 || - || 10.15.43.31 || > TCP_MISS_ABORTED/000|| GET || > htt

Re: [squid-users] TCP_MISS_ABORTED/000|

2018-02-28 Thread Juan Manuel P
Hello Yuri today on access.log a get a lot off TCP_MISS_ABORTED/000 on many diferentes sites: 28/Feb/2018:13:50:00 -0300 || - || 10.15.43.31 || TCP_MISS_ABORTED/000|| GET || http://loprincipal.com.ar/wp-content/plugins/wp-facebook-live-video/inc/style.css? || - 28/Feb/2018:13:50:00 -0300 || - || 1

Re: [squid-users] TCP_MISS_ABORTED/000|

2018-02-28 Thread Yuri
Let's look on your server:  # wget -S http://rionegro.gov.ar/download/images/00033636.jpg --2018-03-01 02:37:38--  http://rionegro.gov.ar/download/images/00033636.jpg Connecting to 127.0.0.1:3128... connected. Proxy request sent, awaiting response...   HTTP/1.1 200 OK   Date: Wed, 28 Feb 2018 19:3

[squid-users] TCP_MISS_ABORTED/000|

2018-02-28 Thread Juan Manuel P
Hello I send more data about the problem. The problem occur for example on this page (see below). But not occur on the ssl/https version of the same page. 28/Feb/2018:17:19:00 -0300 || - || 10.12.43.20 || TCP_MISS_ABORTED/000|| GET || http://rionegro.gov.ar/media/components/youtubetv/ytv.css || -

Re: [squid-users] TCP_MISS_ABORTED

2017-12-13 Thread Amos Jeffries
On 14/12/17 16:48, zhong...@lvmama.com wrote: Hi, Amos     Thanks a lot for your reply.  In my conf, squid is not only a reverse-proxy server, but also a cache server. And that is important to me. Sure. Those two functions of proxying are independent of each other. * Anything going through

Re: [squid-users] TCP_MISS_ABORTED

2017-12-13 Thread zhong...@lvmama.com
t; refresh_pattern ^gopher:14400% 1440 > refresh_pattern -i (/cgi-bin/|\?) 0 0% 0 > refresh_pattern . 0 20% 4320 > > cache_log /var/log/squid/cache.log > cache_access_log /var/log/squid/access.log The directive name is "access_

Re: [squid-users] TCP_MISS_ABORTED

2017-12-13 Thread Amos Jeffries
On 13/12/17 20:30, zhong...@lvmama.com wrote: Hi, All     I used httpclient to imitate a request to squid , but the response page had not stored by squid although response header is 200. I had tried many times with three different pages . only one can be stored by the squid cache. and the oth

[squid-users] TCP_MISS_ABORTED

2017-12-12 Thread zhong...@lvmama.com
Hi, All I used httpclient to imitate a request to squid , but the response page had not stored by squid although response header is 200. I had tried many times with three different pages . only one can be stored by the squid cache. and the others must need to send requset by brower then they

Re: [squid-users] TCP_MISS_ABORTED only for one site

2016-09-01 Thread Rejaine Monteiro
works now... solved with : acl postoipiranga dstdomain .ipiranga.com.br request_header_access Via deny postoipiranga not the right thing to do, but it was the only solution for now. update also was not resolved. On 01-09-2016 11:49, Amos Jeffries wrote: On 1/09/2016 8:44 a.m., Rejaine Mont

Re: [squid-users] TCP_MISS_ABORTED only for one site

2016-09-01 Thread Amos Jeffries
On 1/09/2016 8:44 a.m., Rejaine Monteiro wrote: > > hi, > > we are having trouble accessing (only) that site below. all other sites > are accessing normally. > > TCP_MISS_ABORTED/000 0 GET http://www.ipiranga.com.br/ - H > (the site in question works with direct access to internet - without pro

Re: [squid-users] TCP_MISS_ABORTED only for one site

2016-08-31 Thread Yuri Voinov
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 May be upgrade? 3.3.x is antique. 01.09.2016 2:48, Yuri Voinov пишет: > > 1472676457.210 5829 127.0.0.1 TCP_MISS/302 512 GET http://www.ipiranga.com.br/ - HIER_DIRECT/177.67.60.32 text/html > 1472676457.633366 127.0.0.1 TCP_MISS/302 739 GET

Re: [squid-users] TCP_MISS_ABORTED only for one site

2016-08-31 Thread Yuri Voinov
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 1472676457.210 5829 127.0.0.1 TCP_MISS/302 512 GET http://www.ipiranga.com.br/ - HIER_DIRECT/177.67.60.32 text/html 1472676457.633366 127.0.0.1 TCP_MISS/302 739 GET http://www.ipiranga.com.br/wps/portal/ipiranga - HIER_DIRECT/177.67.60.32 - 1

[squid-users] TCP_MISS_ABORTED only for one site

2016-08-31 Thread Rejaine Monteiro
hi, we are having trouble accessing (only) that site below. all other sites are accessing normally. TCP_MISS_ABORTED/000 0 GET http://www.ipiranga.com.br/ - H (the site in question works with direct access to internet - without proxy) discarded problems with cpu, firewall rules, memory, ac

Re: [squid-users] tcp_miss_aborted/000, requester sends RST packet to squid immediately

2015-11-19 Thread Amos Jeffries
On 20/11/2015 12:14 a.m., LauranceKuo wrote: > Hi, > > below is my problem: > '223.104.5.238',38807 TCP_MISS_ABORTED/000 0 2015-11-18 23:28:51 0 GET > http://mmbiz.qpic.cn/mmbiz/ky7WP9dG2sZV3VWQe1QR4M59VII1kaibuJfTTSvsibeIPVuaXXAdwKribGSrCzXUhpay5HTuDjt09Ybsm5AuJkiabw/640?wx_fmt=png&wxfrom=

Re: [squid-users] TCP_MISS_ABORTED/000 with SIBLING

2015-06-18 Thread Amos Jeffries
On 15/06/2015 7:44 p.m., Stakres wrote: > Hi All, > > Weird issue with 2 Squid 3.5.5 in sibling mode, here is the trace: > .. TCP_MISS_ABORTED/000 0 GET http://www.greatandhra.com/ - > SIBLING_HIT/x.x.x.x > > Any idea ? The client aborted less than a millisecond after requesting that URL. I

[squid-users] TCP_MISS_ABORTED/000 with SIBLING

2015-06-15 Thread Stakres
Hi All, Weird issue with 2 Squid 3.5.5 in sibling mode, here is the trace: .. TCP_MISS_ABORTED/000 0 GET http://www.greatandhra.com/ - SIBLING_HIT/x.x.x.x Any idea ? Thanks in advance for your inputs... Bye Fred -- View this message in context: http://squid-web-proxy-cache.1019090.n4.nab

Re: [squid-users] tcp_miss_aborted only with some sites

2015-01-13 Thread César Sánchez Pascual
Thanks Amos for your immediate answer, If the problem is about this ICMP traffic, the problem is in the proxy. the users can visit this sites normally if don't use the proxy. There is no VPNs and tunnels. I'm going to analyze this version of Ubuntu server about this issue. Thanks a lot, I was

Re: [squid-users] tcp_miss_aborted only with some sites

2015-01-13 Thread Amos Jeffries
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 13/01/2015 10:45 p.m., César Sánchez Pascual wrote: > Hi, > > I have installed squid 3.3.8 o a Ubuntu 14 server edition. > > It runs ok except with some sites. In access.log appears an error: > > Example: TCP_MISS_ABORTED/000 GET http://www.magra

[squid-users] tcp_miss_aborted only with some sites

2015-01-13 Thread César Sánchez Pascual
Hi, I have installed squid 3.3.8 o a Ubuntu 14 server edition. It runs ok except with some sites. In access.log appears an error: Example: TCP_MISS_ABORTED/000 GET http://www.magrama.gob.es/es - HIER_DIRECT/93.188.53.33 Two examples of sites that causes this error in log are: www.calidadpascu