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-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 Ben Toms
Thanks, Alex. Where would I find those headers? Looking at the origin servers apache logs.. it’s sending a 200 response. Regards, Ben On Fri, 12 Jul 2024 at 18:26, Alex Rousskov < rouss...@measurement-factory.com> wrote: > On 2024-07-12 13:03, Ben Toms wrote: > > > So the

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 Ben Toms
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 - > FIRSTUP_PARENT/public.ip.of.public.server text/html > ERR_READ_ERROR/WITH_SER

Re: [squid-users] TCP_MISS_ABORTED/502

2024-07-12 Thread Ben Toms
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 - FIRSTUP_PARENT/public.ip.of.public.server text/html ERR_READ_ERROR/WITH_SERVER Regards, Ben. From: Ben Toms Date: Friday, 12 July

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 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

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

[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/

[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