On 7/04/2014 9:09 p.m., Jasper Van Der Westhuizen wrote: > >>> Do you see anything coming back *from* the webserver? >>> Is anything being delivered by Squid to the client? >> >> Hi Amos >> >> Yes I do see traffic coming back from the server. >> >> What I'm found though was that when going to http://www.google.co.za or >> even http://www.google.com, it redirects to https://www.google.co.za or >> https://www.google.com. That then gives the user the blank page. When >> refreshing the page, it then loads properly. > > Hi Amos > > I have done more testing and found the following. It seems this problem > is HTTP1.1 related. In IE11 Advanced settings(pic attached) there are 3 > settings under HTTP Settings. Use HTTP1.1, Use HTTP 1.1 through proxy > connections and Use SPDY/3. If we disable the first two, sites like > google load first time. After more searches on the web we found an > article that suggested that SPDY/3 was problematic and that a patch is > available. > (http://angrytechnician.wordpress.com/2014/01/16/google-not-loading-first-time-in-ie11-via-a-web-proxy-on-windows-8-1-turn-off-spdy-support/) > > With the first two options enabled in IE and SPDY/3 disabled, google > loads fine first time. IE9 doesn't have a SPDY/3 setting, but disabling > the HTTP1.1 settings work. > > So to me it seems that HTTP1.1 is the problem here(as well as the SPDY/3 > problem). We run Squid 3.1. Okay. Squid-3.1 is still mostly HTTP/1.0 software and IE has problems using HTTP/1.1 to a 1.0 proxy. You could avoid that by upgrading Squid, perferrably to the current supproted release (3.4.4). I have a client running many IE11 with their default settings behind a Squid-3.4 and not seeing problems. Amos