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.

_______________________________________________
squid-users mailing list
squid-users@lists.squid-cache.org
http://lists.squid-cache.org/listinfo/squid-users

Reply via email to