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 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