jibbajibba
2006-11-09 10:13:01 UTC
Hi,
We have set up a site running ssl on apache2.0 linking to Tomcat.
Users with IE were getting occassional TCP 'page not found errors'. We
identified this as a known issue with IE and SSL and implemented this
directive
SetEnvIf User-Agent ".*MSIE.*" \
nokeepalive ssl-unclean-shutdown \
downgrade-1.0 force-response-1.0
Since then users on distant parts of our network are seeing response
times doubled or trippled. We think that this is becuase there needs to
be a new SSL handshake for each get request.
So my question is ... is there an alternative way to resolve the TCP
errors we are seeing without causing the slow responses?
A choice between slow response and intermittent page not found errors
isn't one I want to make if there is an alternative.
We have set up a site running ssl on apache2.0 linking to Tomcat.
Users with IE were getting occassional TCP 'page not found errors'. We
identified this as a known issue with IE and SSL and implemented this
directive
SetEnvIf User-Agent ".*MSIE.*" \
nokeepalive ssl-unclean-shutdown \
downgrade-1.0 force-response-1.0
Since then users on distant parts of our network are seeing response
times doubled or trippled. We think that this is becuase there needs to
be a new SSL handshake for each get request.
So my question is ... is there an alternative way to resolve the TCP
errors we are seeing without causing the slow responses?
A choice between slow response and intermittent page not found errors
isn't one I want to make if there is an alternative.