Re: [squid-users] 'Intercept' option on Windows

2017-05-07 Thread Amos Jeffries
On 08/05/17 10:14, Tobias Tromm wrote: [Replying on correct topic (sorry)] I found a windows ipfw version here http://wipfw.sourceforge.net/ and here https://github.com/luigirizzo/dummynet So, if I install it on Windows, and do that http://wiki.squid-cache.org/ConfigExamples/Intercept/Ipfw

Re: [squid-users] Can I use squid to reverse proxy https (without making it a man-in-the-middle)?

2017-05-07 Thread Stefan Blachmann
With squid, it apparently seems impossible to just pass through SSL traffic to the HTTPS servers without breaking privacy. The same seems to be valid for some other "proxies" like nginx when being used as reverse proxy. So my solution to the problem was to discard squid and switch to haproxy. May

Re: [squid-users] 'Intercept' option on Windows

2017-05-07 Thread Tobias Tromm
[Replying on correct topic (sorry)] I found a windows ipfw version here http://wipfw.sourceforge.net/ and here https://github.com/luigirizzo/dummynet So, if I install it on Windows, and do that http://wiki.squid-cache.org/ConfigExamples/Intercept/Ipfw should it work? Just to be clear, I don't

Re: [squid-users] Passing Windows username to parent proxy

2017-05-07 Thread Tobias Tromm
I found a windows ipfw version here http://wipfw.sourceforge.net/ and here https://github.com/luigirizzo/dummynet So, if I install it on Windows, and do that http://wiki.squid-cache.org/ConfigExamples/Intercept/Ipfw should it work? Just to be clear, I don't want Windows doing the job of redir

[squid-users] show name instead of ip in access logs

2017-05-07 Thread --Ahmad--
hey folks . i just want to ask how can i show names instead of ips on access logs if i put the ip:port in my browser , then i can see the names that i access ….but if i use squid as transparent …. i don’t see the names any idea how can i fix it ? have a look down : transparent logs : 14

Re: [squid-users] Passing Windows username to parent proxy

2017-05-07 Thread Amos Jeffries
On 04/05/17 19:29, BurningSky wrote: Is there a way to view what Squid is forwarding so that I can inspect the packets to prove that Squid is sending user information as I have a call open with the firewall vendor and I want to be able to tell them with certainty that it is an issue at the firewa

Re: [squid-users] Passing Windows username to parent proxy

2017-05-07 Thread Amos Jeffries
On 04/05/17 21:13, BurningSky wrote: I just read http://wiki.squid-cache.org/Features/LogFormat. The 8th column is showing - rather than a user name, could this be the issue? What causes a - to be shown rather than a users name and how can I get round this? It indicates that no username is know

Re: [squid-users] 'Intercept' option on Windows

2017-05-07 Thread Amos Jeffries
On 08/05/17 04:05, Tobias Tromm wrote: I don't know what exactly you need to make it work. I found these APIs (https://msdn.microsoft.com/pt-br/library/windows/desktop/aa366278.aspx , https://msdn.microsoft.com/pt-br/library/windows/desktop/aa366187(v=vs.85).aspx

Re: [squid-users] 'Intercept' option on Windows

2017-05-07 Thread Yuri Voinov
He is talking about NAT *.h files on Windows. This is exactly required. 07.05.2017 22:05, Tobias Tromm пишет: > > I don't know what exactly you need to make it work. > > > I found these APIs > (https://msdn.microsoft.com/pt-br/library/windows/desktop/aa366278.aspx > , > https://msdn.microsoft.com

Re: [squid-users] 'Intercept' option on Windows

2017-05-07 Thread Tobias Tromm
I don't know what exactly you need to make it work. I found these APIs (https://msdn.microsoft.com/pt-br/library/windows/desktop/aa366278.aspx , https://msdn.microsoft.com/pt-br/library/windows/desktop/aa366187(v=vs.85).aspx), can they help? If not, can you explain to me what kind of access

Re: [squid-users] 'Intercept' option on Windows

2017-05-07 Thread Amos Jeffries
On 07/05/17 09:08, Tobias Tromm wrote: Hi Guys, I am using squid on Windows (http://squid.diladele.com/), but, they don't compile it with support to 'intercept' option. Is that possible to enable it for Windows on current version? I am using a very old version 2.7STABLE 8 with support 't