On 16.05.16 10:36, admin wrote:
I make deb's compiled squid in Debian 8:
3.5.8
3.5.17
4.0.10
OpenSSL?
Tim Bates писал 2016-05-14 14:36:
Are there any Linux distros with pre-compiled versions of Squid with SSL Bump
support compiled in?
Alternatively, does anyone reputable do a 3rd party
Hi!
Squid 3.5.17 with SSL, intercept.
I use SSL-Bump only step1 that get SNI and terminate HTTPS sites by
domain name. The certificate's is not replaced !
acl blocked_https ssl::server_name "/etc/squid/urls/block-url"
https_port 3129 intercept ssl-bump options=ALL:NO_SSLv3:NO_SSLv2
connecti
I make deb's compiled squid in Debian 8:
3.5.8
3.5.17
4.0.10
Tim Bates писал 2016-05-14 14:36:
> Are there any Linux distros with pre-compiled versions of Squid with SSL Bump
> support compiled in?
>
> Alternatively, does anyone reputable do a 3rd party repo for Debian/Ubuntu
> that incl
Hey Amos,
You are right that it seems like there is no point since you already
decrypt the connection.
But in the real world the price of maintaining an encrypted session for
many users for a long period is not the same as maintaining them for
short burst.
Since all YouTube traffic is done o
Thanks for sharing!
I didn't had enough time to understand the tool structure since I am not
a python expert but,
This is the first squid helper I have seen which is based on python and
implements concurrency.
Thanks!!
Eliezer Croitoru
On 10/05/2016 00:56, Hans-Peter Jansen wrote:
Hi,
I'm