> 
> acl tls_s1_connect      at_step SslBump1
> 
> acl tls_vip_users    fill-in-your-details
> 
> ssl_bump splice    tls_vip_users      # do not peek/bump vip users
> ssl_bump peek      tls_s1_connect     # peek at connections of other
> users
> ssl_bump stare     all                        # peek/stare at the server side 
> of
> connections of other users
> ssl_bump bump      all                        # bump connections of other 
> users
> 


Great, I will take a look there are some words about this in wiki ? 
_______________________________________________
squid-users mailing list
squid-users@lists.squid-cache.org
http://lists.squid-cache.org/listinfo/squid-users

Reply via email to