Hello, I'm trying to migrate squid 3.0 STABLE 25 to Squid 3.2.0.19, all seems works except one very strange thing. There is a cache_peer like this cache_peer 10.x.x.x parent 3128 0 no-query login=PASS proxy-only no-digest no-netdb-exchange - (10.x.x.x run with basic ident) After this there are another rules and cache_peers who work without problem - But without any ident rules ... At the end, my last rule is (default) cache_peer_access 10.x.x.x allow all The problem is when some users enter in this last rule, there is no packet in 10.x.x.x and squid log this [12/Sep/2012:16:54:04 +0200] "GET http://www.google.com/m/gne/suggest/v2? HTTP/1.1" 502 1213 TCP_MISS:ANY_OLD_PARENT "Android/1.0 (GT-I9100P IML74K)" No problem with another user, for example [12/Sep/2012:17:31:15 +0200] "GET http://www.wikipedia.fr/Fichiers/appel_au_don.gif HTTP/1.1" 304 414 TCP_MISS:FIRSTUP_PARENT "HTC_TyTN_II Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 7.11)" If I switch to 3.0 the problem disappears, it's hard to debug because I can't reproduce with my phone (no problem for me) Regards