[squid-users] SSLBump just not working

Alex Rousskov rousskov at measurement-factory.com
Wed Aug 3 14:13:43 UTC 2016


On 08/02/2016 09:53 PM, Amos Jeffries wrote:

> To do bumping with server certificate mimic you need the 'bump' action
> to occur at #3.
> 
> Like:
>  acl step1 at_step SslBump1
>  acl step2 at_step SslBump2
>  ssl_bump peek step1
>  ssl_bump stare step2
>  ssl_bump bump all
> 
> (or maybe stare and both non-3 steps. I'm not 100% certain there.).


Yes, all of the above can be polished and simplified to become just two
lines:

  ssl_bump stare all
  ssl_bump bump all

Alex.



More information about the squid-users mailing list