Re: [squid-users] host_verify_strict is not working as expected

2021-08-02 Thread Sachin Gupta
400 is returned by the destination server, not squid. Squid did not perform any validation on the host header. As per http://www.squid-cache.org/Doc/config/host_verify_strict, it should have done that and failure should have been returned by squid. Regards Sachin On Tue, Aug 3, 2021 at 7:11 AM A

Re: [squid-users] host_verify_strict is not working as expected

2021-08-02 Thread Amos Jeffries
On 2/08/21 6:12 pm, Sachin Gupta wrote: Hi All I am using squid version 4.9. I did setĀ host_verify_strict to on. As per documentationĀ in link http://www.squid-cache.org/Doc/config/host_verify_strict The request should fail if host he

[squid-users] host_verify_strict is not working as expected

2021-08-02 Thread Sachin Gupta
Hi All I am using squid version 4.9. I did set host_verify_strict to on. As per documentation in link http://www.squid-cache.org/Doc/config/host_verify_strict The request should fail if host header is different than uri. I used this request and squid allowed the request though as per documentaion