allow LAN TO_SSL whitelist-regex
http_access deny all
# SSL bump
ssl_bump bump all
ssl_bump terminate all
# --
On Thu, 07 Feb 2019 01:46:23 +0100 Amos Jeffries
wrote
> On 7/02/19 3:52 am, Paul Doignon wrote:
> > Thanks, I appreciate your detailed answer.
> >
>
that, thanks !
Easy to install and migrate on arch but I think I will need to compile it for
Amazon Linux.
On Tue, 05 Feb 2019 16:35:52 +0100 Amos Jeffries
wrote
> On 6/02/19 3:33 am, Paul Doignon wrote:
> > Hi,
> >
> > I'm struggling a lot to configure
Hi,
I'm struggling a lot to configure Squid. To improve the security of my app in
my AWS private subnet, I would like to build a HTTPS proxy to whitelist *only*
some URLs.
My wish is to *not* rely on SNI filtering but bump HTTPS traffic in order to
filter the URLs (path) of HTTPS requests. I kn