Re: [squid-users] ssl_bump with parent cache

2022-03-09 Thread Alex Rousskov
On 3/9/22 16:16, Aaron Dewell wrote: the difference in what works and what doesn't is: ssl_bump peek step1 ssl_bump splice all (working) and this not working: ssl_bump peek all ssl_bump splice all ... which, for comparison purposes, is equivalent to: ssl_bump peek step1 ssl_bump peek s

Re: [squid-users] ssl_bump with parent cache

2022-03-09 Thread Aaron Dewell
So after a bit more experimentation. the difference in what works and what doesn't is: ssl_bump peek step1 ssl_bump splice all (working) and this not working: ssl_bump peek all ssl_bump splice all I'm not clear on why peeking at "all" vs. "step1" would cause it to fail. However, I also note th