Re: [squid-users] HTTPS and Headers

2016-07-23 Thread Amos Jeffries
On 21/07/2016 7:43 p.m., FredB wrote: > Thanks Amos for your answer > Do you think I can use an alternate method to tag my users requests ? > Modifiy/add Header seems a bad idea > If its just between proxies, using HTTP messages. Then header should be usable. This only falls over when you have

Re: [squid-users] HTTPS and Headers

2016-07-22 Thread FredB
Ok thanks, so I will thinking about an another way ... ___ squid-users mailing list squid-users@lists.squid-cache.org http://lists.squid-cache.org/listinfo/squid-users

Re: [squid-users] HTTPS and Headers

2016-07-21 Thread Alex Rousskov
On 07/21/2016 10:33 AM, Alex Rousskov wrote: > On 07/21/2016 12:41 AM, FredB wrote: >> when I try to put some new headers it works only with an HTTP website >> >> I can't do that ? What are the limitations ? > If you are intercepting SSL traffic, then you can do nothing today and > will be able t

Re: [squid-users] HTTPS and Headers

2016-07-21 Thread Alex Rousskov
On 07/21/2016 12:41 AM, FredB wrote: > I wonder what headers can be see by squid with a SSL website ? Without > SSLBump of course You are asking the wrong question if your goal is to "mark in logs a specific information from a user for all proxies (proxy chaining)". > when I try to put some ne

Re: [squid-users] HTTPS and Headers

2016-07-21 Thread FredB
Thanks Amos for your answer Do you think I can use an alternate method to tag my users requests ? Modifiy/add Header seems a bad idea Regards Fred ___ squid-users mailing list squid-users@lists.squid-cache.org http://lists.squid-cache.org/listinfo/squ

Re: [squid-users] HTTPS and Headers

2016-07-21 Thread Amos Jeffries
On 21/07/2016 6:41 p.m., FredB wrote: > Hello, > > I wonder what headers can be see by squid with a SSL website ? Without > SSLBump of course > In my logs I'm seeing User-Agent, Proxy-Authorization and some others but > when I try to put some new headers it works only with an HTTP website > > I

[squid-users] HTTPS and Headers

2016-07-20 Thread FredB
Hello, I wonder what headers can be see by squid with a SSL website ? Without SSLBump of course In my logs I'm seeing User-Agent, Proxy-Authorization and some others but when I try to put some new headers it works only with an HTTP website I can't do that ? What are the limitations ? My goal i