Re: [squid-users] Using tcp_outgoing_address with ACL

2023-06-27 Thread Andrey K
Hello, Alex, The suggested workaround works correctly. Thank you very much! Kind regards Ankor. пн, 26 июн. 2023 г. в 17:11, Andrey K : > Hello, Alex, > > Thank you very much! > > I will try the suggested workaround and share results. > > Kind regards, > Ankor. > > > > > пн, 26 июн.

Re: [squid-users] Using tcp_outgoing_address with ACL

2023-06-26 Thread Andrey K
Hello, Alex, Thank you very much! I will try the suggested workaround and share results. Kind regards, Ankor. пн, 26 июн. 2023 г. в 16:49, Alex Rousskov : > On 6/23/23 08:05, Andrey K wrote: > > > A link to the uploaded ALL,9 log is: ... > > Your Squid is suffering from a bug in its I

Re: [squid-users] Using tcp_outgoing_address with ACL

2023-06-26 Thread Alex Rousskov
On 6/23/23 08:05, Andrey K wrote: A link to the uploaded ALL,9 log is: ... Your Squid is suffering from a bug in its ICAP client implementation: AFAICT, all ICAP transactions will trigger these WARNINGS if tcp_outgoing_address rules (the ones these ICAP transactions can reach) use a request

Re: [squid-users] Using tcp_outgoing_address with ACL

2023-06-23 Thread Andrey K
Hello, Alex, Thanks for your comments. > if you want more definitive answers, please share a > compressed ALL,9 log while reproducing the problem with that curl > transaction: A link to the uploaded ALL,9 log is: https://drive.google.com/file/d/1kC8oV8WAelsBYoZDoqnNsnyd7cfYOoDi/view?usp=sharing

Re: [squid-users] Using tcp_outgoing_address with ACL

2023-06-22 Thread Alex Rousskov
On 6/22/23 04:59, Andrey K wrote: I reproduced the issue in the test environment. I configured my squid with the debug_options: ALL,1 28,9 and ran the test curl from the same proxy host:    curl -m 4 -k --tlsv1.2 --proxy-user 'user:pass' -s -o /dev/null -w "%{http_code}"  --proxy localhost:313

Re: [squid-users] Using tcp_outgoing_address with ACL

2023-06-22 Thread Andrey K
Hello, Eliezer, I reproduced the issue in the test environment. I configured my squid with the debug_options: ALL,1 28,9 and ran the test curl from the same proxy host: curl -m 4 -k --tlsv1.2 --proxy-user 'user:pass' -s -o /dev/null -w "%{http_code}" --proxy localhost:3131 https://archive.org

Re: [squid-users] Using tcp_outgoing_address with ACL

2023-06-12 Thread ngtech1ltd
Hey Ankor, There is some missing context so I would be able to reproduce this issue. Is this some kind of CONNECT request? If you can describe in more technical details the setup and what client are you using, Maybe couple sanitized log lines it would help to understand better the scenario. El