Re: [squid-users] Capture incoming information from one squid to another.

2022-08-30 Thread Alex Rousskov
Chris, Your [open proxy] configuration prohibits Squid from going direct ("never_direct allow all") but does not configure any cache_peers as an alternative. Thus, Squid cannot forward any requests. Either remove never_direct or add cache_peer(s). I recommend the former as a simpler start

Re: [squid-users] Capture incoming information from one squid to another.

2022-08-30 Thread Chris XMT
I'm still not having any luck. I'd like to just leave it open and I understand that it could be abused. My "CURL" results are; curl -v --proxy http://SQUID_SERVER:3128 -I http://www.example.com * About to connect() to proxy SQUID_SERVER port 3128 (#0) * Trying xxx

Re: [squid-users] Capture incoming information from one squid (Marcelo)

2022-08-25 Thread Amos Jeffries
On 25/08/22 09:02, Marcelo wrote: Thanks a lot Amos! It was just perfect! With your examples I did manage to implement almost all I need. A last thing to implement this already. Is it possible to change the below port for the same port that user connected to this child squid? This way I would

Re: [squid-users] Capture incoming information from one squid (Marcelo)

2022-08-24 Thread Marcelo
t *4370* 0 no-query name=peerREDIRECT login=PASSTHRU Thanks a lot again! Marcelo. Message: 2 Date: Sat, 20 Aug 2022 22:57:47 +1200 From: Amos Jeffries To: squid-users@lists.squid-cache.org Subject: Re: [squid-users] Capture incoming information from one squid Message-ID: <3e733d49-6108-98d8-7

Re: [squid-users] Capture incoming information from one squid

2022-08-20 Thread Amos Jeffries
On 20/08/22 11:20, Marcelo wrote: Thanks Alex, 1- Is it possible to provide me with an example of squid.conf of both parent and child squids? I am having very basic doubts about cache_peer and its very hard to find complete squid.confs over the internet. FWIW, *complete* squid.conf are usual

Re: [squid-users] Capture incoming information from one squid

2022-08-19 Thread Marcelo
Thanks Alex, 1- Is it possible to provide me with an example of squid.conf of both parent and child squids? I am having very basic doubts about cache_peer and its very hard to find complete squid.confs over the internet. 2- cache-peer really routes the connection to the second squid server or ju

Re: [squid-users] Capture incoming information from one squid to another.

2022-08-17 Thread Alex Rousskov
On 8/15/22 21:49, Marcelo wrote: How can I transfer connection information from one squid server to another? Use cache_peer login=PASSTHRU or login=PASS. Other login=... options may also be of interest. See cache_peer documentation in your squid.conf.documented for details and caveats. HT

[squid-users] Capture incoming information from one squid to another.

2022-08-15 Thread Marcelo
Hi, How can I transfer connection information from one squid server to another? Example: An user connects to Squid One (Squid One IP 192.1.1.1) through port 4000 using usr/pw credentials. Squid One authenticates it via SQL DB. This part is already working fine. Squid One verifies if d