Re: [squid-users] parameter forward_max_retries

2019-06-03 Thread Niu, Steven (NSB - CN/Qingdao)
Amos, Thanks for your so detailed explanation. 😊 . I used wrong email address. Yes, we plan to have a test. But before our lab gets ready, it would be good to know the answer. Thanks again, Steven -Original Message- From: Amos Jeffries Sent: Monday, June 3, 2019 7:05 PM To: Niu

[squid-users] parameter forward_max_retries

2019-06-03 Thread Niu, Steven (NSB - CN/Qingdao)
If ip1, ip2 are failed, Squid would give final response since no more IP can try. Best Regards, Steven ___ squid-users mailing list squid-users@lists.squid-cache.org http://lists.squid-cache.org/listinfo/squid-users

Re: [squid-users] icap not answering

2019-03-10 Thread steven
On 05.03.19 06:13, Amos Jeffries wrote: On 5/03/19 12:10 pm, steven wrote: Ah thank you for that clarification, the python icap servers i tested so far are not very promissing but at least theres a connection now. sadly squid does not allow http access at all, only https access. Er, that

[squid-users] icap example server not working

2019-03-06 Thread steven
hi, after going trough rfc3507 (icap) im not really sure how a icap server is supposed to work together with squid, for example the python icap servers that are available via github have method names like: example_OPTIONS, example_REQMOD, example_RESPMOD yara_OPTIONS_, yara_ or the

Re: [squid-users] icap not answering

2019-03-04 Thread steven
03.19 11:11, Marcus Kool wrote: Squid is an ICAP client, not an ICAP server!, and does not repond on port 1344. Marcus On 02/03/2019 22:29, steven wrote: Hi, i would like todo modifications on https connections and therefore enabled ssl bump in squid 4.4, now i would like to see the real tra

[squid-users] icap not answering

2019-03-02 Thread steven
Hi, i would like todo modifications on https connections and therefore enabled ssl bump in squid 4.4, now i would like to see the real traffic and icap looks like a way to watch and change that traffic. but squid is not answering to icap://127.0.0.1:1344 when using pyicap or telnet. the t