[squid-users] Programmatically fetch the latest stable version of squid

2022-08-26 Thread Justin Michael Schwartzbeck
Hello, I want to create a build system that automatically fetches the latest stable version of squid, and builds a container with it. I know I can manually browse to the download page. But I was hoping there could be some way to link it, i.e. /stable/squid-latest.tar.gz or perhaps a static list

Re: [squid-users] "helperHandleRead: unexpected read" for helper function

2021-05-08 Thread Justin Michael Schwartzbeck
Yes I solved my problem... when there are multiple lines on the input, then it flakes out. I basically am using getline now with \n as the delimiter. It works flawlessly now. Thanks On Sat, May 8, 2021 at 9:52 AM Justin Michael Schwartzbeck < justinms...@gmail.com> wrote: > I think I

Re: [squid-users] "helperHandleRead: unexpected read" for helper function

2021-05-08 Thread Justin Michael Schwartzbeck
I think I may have found the problem. I am updating my source, so the lines I mentioned before won't count here. I will get back. On Fri, May 7, 2021 at 9:22 PM Justin Michael Schwartzbeck < justinms...@gmail.com> wrote: > Hello all... I would really appreciate some help. > > So

[squid-users] "helperHandleRead: unexpected read" for helper function

2021-05-07 Thread Justin Michael Schwartzbeck
Hello all... I would really appreciate some help. So I have written an external acl helper in C++ that talks to a REST API that I developed. Here is a github link (don't worry, it is pretty short, and the only parts you need to look at are lines 46, 52, 58 and 60):

Re: [squid-users] Squid ACL for bypassing ssl-bump

2021-02-26 Thread Justin Michael Schwartzbeck
.  On Fri, Feb 26, 2021 at 9:44 AM Alex Rousskov < rouss...@measurement-factory.com> wrote: > On 2/26/21 7:35 AM, Justin Michael Schwartzbeck wrote: > >> Yes, many HTTPS transactions do not expose destination domain until it > >> is too late to decide whether to bump th

[squid-users] Squid ACL for bypassing ssl-bump

2021-02-25 Thread Justin Michael Schwartzbeck
Hi all, I have thus far used dstdomain acl for bypassing ssl bump on sites that we don't want to decrypt, like banking sites. It seems to work for some sites, but not for others. I see the following post on this from some years back:

Re: [squid-users] transparently proxy squid in a docker container

2021-02-25 Thread Justin Michael Schwartzbeck
ww.bluemail.me/r?b=16470> > On Feb 23, 2021, at 8:14 PM, Justin Michael Schwartzbeck < > justinms...@gmail.com> wrote: >> >> Hi all, >> >> For some years I have used squid 3.5 with SSL bump and transparent proxy >> locally on my laptop. I have been usi

[squid-users] transparently proxy squid in a docker container

2021-02-23 Thread Justin Michael Schwartzbeck
Hi all, For some years I have used squid 3.5 with SSL bump and transparent proxy locally on my laptop. I have been using the following in my squid.conf: ssl_bump server-first all http_port 3128 http_port 3129 intercept http_port 3130 ssl-bump intercept generate-host-certificates=on

[squid-users] icap server name lookup

2021-02-21 Thread Justin Michael Schwartzbeck
Hello, I am a little puzzled by something. I am using squid 4.11 in a docker container. So I am setting things up so that I have two docker containers, a squid container and an e2guardian container, where the e2guardian is an ICAP service. I am connecting these two containers to the same network