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
th
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
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.
>
&g
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):
https://github.com/e2guardian-a
t. 😁
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 bu
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:
http://www.squid-cache.org/mail-archive/squid-users/201303/0046
p://www.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 bee
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
dynamic_cert_
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 a