>
> -Original Message-
> From: squid-users On Behalf Of
> Alex Rousskov
> Sent: Wednesday, May 18, 2022 21:39
> To: squid-users@lists.squid-cache.org
> Subject: Re: [squid-users] disable https inspection for licensing some apps
>
> On 5/18/22 12:28, robe
ssage-
From: squid-users On Behalf Of
Alex Rousskov
Sent: Wednesday, May 18, 2022 21:39
To: squid-users@lists.squid-cache.org
Subject: Re: [squid-users] disable https inspection for licensing some apps
On 5/18/22 12:28, robert k Wild wrote:
> acl DiscoverSNIHost at_step SslBump1
> a
On 5/18/22 12:28, robert k Wild wrote:
acl DiscoverSNIHost at_step SslBump1
acl NoSSLIntercept ssl::server_name "/usr/local/squid/etc/nointercept.txt"
ssl_bump peek DiscoverSNIHost
ssl_bump splice NoSSLIntercept
ssl_bump bump all
OK, the above configuration makes the splice/bump decision based
im using this
# SSL bump rulesacl DiscoverSNIHost at_step SslBump1acl NoSSLIntercept
ssl::server_name "/usr/local/squid/etc/nointercept.txt"ssl_bump peek
DiscoverSNIHostssl_bump splice NoSSLInterceptssl_bump bump all
and in the nointercept.txt
i have the url in there, also i have it in the url w
hi all,
i have squid proxy configured as ssl bump and i white list some websites
only
but for some websites i dont want to inspect https traffic as it breaks the
cert when i want to license some apps via the url (whitelist url)
how can i disable https inspection for some websites please
many th