On Wed, 21 Apr 2010 03:54:33 -0700 (PDT), John Doe <jdmls@xxxxxxxxx> wrote: > From: Alexandr Dmitriev <alexandr.dmitriev@xxxxxx> >> I tried to change tcp_ecn, but this did not help. Maybe some other >> ideas? > > Just 2 things I found: > When I check the page source, I see: > <metahttp-equiv="Cache-Control: max-age" content="300"> > <metahttp-equiv="Expires" content="Tue, 20 Apr 2010 06:23:44 GMT"> > The expire is set to yesterday... is that "normal"? Well the syntax is broken. There is whitespace after the tag name "meta" missing. Browsers will drop it as an unknown tag. ... and yes, there is a community of web developers who still add the old IE 3 cache-controls to their page data instead of the HTTP protocol headers. These headers will have exactly zero effect on most systems. > > And their SSL certificate is for the .com; no the .lv... > Also a problem. Though an SSL error should appear if it were being hit. Amos