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