Re: [squid-users] Is it possible to modify cached object?

2017-02-06 Thread Alex Rousskov
On 02/06/2017 03:27 PM, boruc wrote: > So I've installed squid 3.5.12, libecap 1.0.1 and sample adapter 1.0.0. I > was able to test a simple "the -> a" replacement shown in documentation > . Next I tried some HTML injection, > also from documentation. However

Re: [squid-users] Logs to confirm packets dropped/not forwarded by squid

2017-02-06 Thread Amos Jeffries
On 7/02/2017 7:04 a.m., Anonymous cross wrote: > We are using squid with tproxy4. All the packets destined to port 80 are > forwarded to tproxy port 3129 using the below guide > > http://wiki.squid-cache.org/Features/Tproxy4 > > Normal HTTP GET requests forwarded to Squid are working fine. But we

Re: [squid-users] Is it possible to modify cached object?

2017-02-06 Thread boruc
Hi again, So I've installed squid 3.5.12, libecap 1.0.1 and sample adapter 1.0.0. I was able to test a simple "the -> a" replacement shown in documentation . Next I tried some HTML injection, also from documentation. However, it didn't work and I got error li

Re: [squid-users] Basic HTTPS filtering via CONNECT in Squid

2017-02-06 Thread Amos Jeffries
On 7/02/2017 2:46 a.m., Varun Singh wrote: > On Mon, Feb 6, 2017 at 11:39 AM, Amos Jeffries wrote: > > Hi, > Please find my reply inline: > >> What documentation? it is wrong, or you are misunderstanding it. The URL >> path?query is definitely *not* available without decrypting. >> > > Correct,

Re: [squid-users] Logs to confirm packets dropped/not forwarded by squid

2017-02-06 Thread Anonymous cross
We are using squid with tproxy4. All the packets destined to port 80 are forwarded to tproxy port 3129 using the below guide http://wiki.squid-cache.org/Features/Tproxy4 Normal HTTP GET requests forwarded to Squid are working fine. But we do see problems with TCP segments which holds HTTP data. I

Re: [squid-users] Logs to confirm packets dropped/not forwarded by squid

2017-02-06 Thread Antony Stone
On Monday 06 Feb 2017 at 17:34, Anonymous cross wrote: > I don't find any entry in access.log for that connection. Okay, maybe you should explain a little more about what you mean by "I could see HTTP GET is forwarded to Squid" - does "forwarded" mean you're using intercept mode, and if it does

Re: [squid-users] Logs to confirm packets dropped/not forwarded by squid

2017-02-06 Thread Anonymous cross
I don't find any entry in access.log for that connection. Regards, Saravanan N On Mon, Feb 6, 2017 at 11:29 AM, Antony Stone < antony.st...@squid.open.source.it> wrote: > On Monday 06 Feb 2017 at 17:26, Anonymous cross wrote: > > > Is there any way to find the connections dropped/not forwarded

Re: [squid-users] Logs to confirm packets dropped/not forwarded by squid

2017-02-06 Thread Antony Stone
On Monday 06 Feb 2017 at 17:26, Anonymous cross wrote: > Is there any way to find the connections dropped/not forwarded by Squid? I > could see HTTP GET is forwarded to squid but it's not initiating a > connection with webserver Have you looked in access.log for that connection? Antony. -- B

Re: [squid-users] Logs to confirm packets dropped/not forwarded by squid

2017-02-06 Thread Anonymous cross
Is there any way to find the connections dropped/not forwarded by Squid? I could see HTTP GET is forwarded to squid but it's not initiating a connection with webserver On Mon, Feb 6, 2017 at 10:54 AM, Matus UHLAR - fantomas wrote: > On 06.02.17 10:47, Anonymous cross wrote: > >> Is there any wa

Re: [squid-users] Logs to confirm packets dropped/not forwarded by squid

2017-02-06 Thread Matus UHLAR - fantomas
On 06.02.17 10:47, Anonymous cross wrote: Is there any way to find out the packets dropped/not forwarded by squid? Is there any debug logs/option to enable it? squid does not work with packets. It works with connections. -- Matus UHLAR - fantomas, uh...@fantomas.sk ; http://www.fantomas.sk/ Wa

[squid-users] Logs to confirm packets dropped/not forwarded by squid

2017-02-06 Thread Anonymous cross
Hi, Is there any way to find out the packets dropped/not forwarded by squid? Is there any debug logs/option to enable it? Regards, Anonymous cross. ___ squid-users mailing list squid-users@lists.squid-cache.org http://lists.squid-cache.org/listinfo/squi

Re: [squid-users] HTTPS sites specifics URL

2017-02-06 Thread Leonardo Rodrigues
That's correct, when not using SSL-Bump feature (that's the one you're looking for), squid will only see the domain part. All the rest of the URL is crypted and visible only to the client (browser) and the server on the other side, the only two parts involved on that crypto session.

[squid-users] On using Parent Proxies

2017-02-06 Thread Jude Karuhanga
Hello there, I am new to squid, and would appreciate some help on configuring my server to balance traffic between two servers that serve as Gateways to the Internet. I attach a simplified configuration file for the squid service on the server. I have managed to get the service to work using t

[squid-users] HTTPS sites specifics URL

2017-02-06 Thread Dante F . B . Colò
Hello Everyone I have a question , probably a noob one , i 'm trying to allow some https sites with specific URL's (i mean https://domain.tld/blablabla) but https sites are working only with the domain part , what i have to do to make this work ? Regards Dante F. B. Colò __

Re: [squid-users] Basic HTTPS filtering via CONNECT in Squid

2017-02-06 Thread Varun Singh
On Mon, Feb 6, 2017 at 11:39 AM, Amos Jeffries wrote: > On 6/02/2017 6:10 p.m., Varun Singh wrote: >> Hi, >> I have a Squid 3 installed on Ubuntu 16.04. It works perfectly as an >> HTTP proxy server in transparent mode. >> I wanted to know whether it can be configured to run as HTTPS proxy >> serv