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

Re: [squid-users] Enable caching

2023-06-22 Thread Andrey K
Hello, Alex, Thank you very much! Kind regards, Ankor чт, 22 июн. 2023 г. в 05:23, Alex Rousskov : > On 4/5/23 09:27, Alex Rousskov wrote: > > On 4/5/23 06:07, Andrey K wrote: > > > >> Previously, caching was disabled on our proxy servers. Now we need to > >> cache some content (files

Re: [squid-users] Proxy server to support a large number of simultaneous requests

2023-06-22 Thread Andrey K
Hello, Eliezer, Thank you for the comment. I tried squid for this scenario only in the test environment. I will share the results after conducting a real video broadcast. Kind regards, Ankor пн, 12 июн. 2023 г. в 11:08, : > Hey Ankor, > > Thanks for sharing the scenario. > At the

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