[squid-users] Re: Empty macros in request_header_add for SSL connections [Squid 3.3.3]

2013-09-17 Thread libit
I've submitted this as bug 3929 -- View this message in context: http://squid-web-proxy-cache.1019090.n4.nabble.com/Empty-macros-in-request-header-add-for-SSL-connections-Squid-3-3-3-tp4659578p4662175.html Sent from the Squid - Users mailing

[squid-users] Re: Empty macros in request_header_add for SSL connections [Squid 3.3.3]

2013-09-16 Thread libit
For testing I've stripped it down to just these 8 lines (in reality I need a %ul in the injected header, but the test fails even with a constant string). With the following squid.conf, the header is added both to CONNECT and non-https requests, but while in non-https requests the header has the cor

Re: [squid-users] Re: Empty macros in request_header_add for SSL connections [Squid 3.3.3]

2013-09-13 Thread Eliezer Croitoru
what is your squid.conf?? Eliezer On 09/13/2013 06:02 PM, libit wrote: > Hi Norman, > > are you sure that it is actually solved for you. > I'm having the same problem: for (https) CONNECT requests, squid does add > the header but the value it passes is always just "-", not what I specify > (it w

[squid-users] Re: Empty macros in request_header_add for SSL connections [Squid 3.3.3]

2013-09-13 Thread libit
Hi Norman, are you sure that it is actually solved for you. I'm having the same problem: for (https) CONNECT requests, squid does add the header but the value it passes is always just "-", not what I specify (it works perfectly fine for non-https requests). I've tried with squid 3.3.5, 3.3.8 and 3

[squid-users] Re: Empty macros in request_header_add for SSL connections [Squid 3.3.3]

2013-05-07 Thread frodie123
I figured out what I was doing wrong. I was running squid2 and upgraded to squid3.3.3. Squid3 was installed in the /etc/squid3 directory which is different than the previous /etc/squid. I needed to modify /etc/squid3/squid.conf configuration. The setting request_header_add is working now. Than

Re: [squid-users] Re: Empty macros in request_header_add for SSL connections [Squid 3.3.3]

2013-05-07 Thread Amos Jeffries
On 8/05/2013 11:24 a.m., frodie123 wrote: Norman...I am testing squid3.3.3 running on Ubuntu and using the request_header_add setting but it is not working for me. I am just testing HTTP only, no HTTPS. I tried both of these settings: acl allip src 0.0.0.0/0.0.0.0 request_header_add X-YouTube-

[squid-users] Re: Empty macros in request_header_add for SSL connections [Squid 3.3.3]

2013-05-07 Thread frodie123
Norman...I am testing squid3.3.3 running on Ubuntu and using the request_header_add setting but it is not working for me. I am just testing HTTP only, no HTTPS. I tried both of these settings: acl allip src 0.0.0.0/0.0.0.0 request_header_add X-YouTube-Edu-Filter "abc123" allip and also, reques