<div>I check version of squid 3.5.21 with my configuration and I faced with a problem. Early I used in version 3.5.12 this line for connect localhost, but now it doesn't work.</div><div><div># squid.conf</div><div>...</div><div>http_access allow localhost manager</div><div>http_access deny manager</div><div>...</div><div> </div><div><div># squidclient -p 3128 -h localhost mgr:info</div><div>HTTP/1.1 403 Forbidden</div><div>Server: squid</div><div>Mime-Version: 1.0</div><div>Date: Tue, 11 Oct 2016 03:42:54 GMT</div><div>...</div><div> </div><div>If I set a full access I could connect to localhost.</div><div><div># squid.conf</div><div>...</div><div><div>http_access allow all</div><div>http_access deny manager</div><div>...</div></div></div><div> </div><div><div># squidclient -p 3128 -h localhost mgr:info</div><div>stub time| WARNING: BCP 177 violation. IPv6 transport forced OFF by build parameters.</div><div>HTTP/1.1 200 OK</div><div>Server: squid</div><div>Mime-Version: 1.0</div><div>Date: Tue, 11 Oct 2016 03:47:36 GMT</div><div>...</div><div> </div></div></div><div>What is happend? And what is the right way to connect to cache_management from localhost?</div><div> </div><div>Best regards, Misha.</div></div>