Re: [squid-users] Adding an extra header to TLS connection

2024-05-23 Thread Alex Rousskov
On 2024-05-23 13:06, Robin Wood wrote: I've tried searching for Squid and sslbump and not found anything useful that works with the current version, that is why I'm asking here, I was hoping someone could point me at an example that would definitely work with the current version of Squid. FWI

Re: [squid-users] Adding an extra header to TLS connection

2024-05-23 Thread Robin Wood
On Thu, 23 May 2024 at 18:00, Jonathan Lee wrote: > I do use ssl bump again it requires certificates installed on the devices, > and or some and a splice for the others. You must also add a url list for > items that must never be intercepted like banks etc. I agree it is not an > easy task, it to

Re: [squid-users] Adding an extra header to TLS connection

2024-05-23 Thread Jonathan Lee
I do use ssl bump again it requires certificates installed on the devices, and or some and a splice for the others. You must also add a url list for items that must never be intercepted like banks etc. I agree it is not an easy task, it took me years to get it to work correctly for what I needed

Re: [squid-users] Adding an extra header to TLS connection

2024-05-23 Thread Alex Rousskov
On 2024-05-22 03:49, Robin Wood wrote: I'm trying to work out how to add an extra header to a TLS connection. I assume that you want to add a header field to an HTTP request or response that is being transmitted inside a TLS connection between a TLS client (e.g., a user browser) and an HTTPS

[squid-users] Adding an extra header to TLS connection

2024-05-22 Thread Robin Wood
Hi I'm trying to work out how to add an extra header to a TLS connection. I've found information on how to do it on what I think is the pre-3.5 release, but I can't find any useful information on doing it on the current version. Could someone give me an example or point me at some documentation o