I have a strange problem. I am using Richfaces 4 on a JBOSS AS7 web server with HTTPS and client authentication.
Everything (client auth, HTTPS, etc.) works really fine, but sometimes stylesheets and JavaScript resources are not loaded using Internet Explorer and, oddly enough, with Firefox. Firebug and other debugging tools simply say that the connection was interrupted, no further information.
In addition, after a while I can’t reproduce the situation, Internet Explorer (and even Firefox, but less often) cannot display the entire site. In this situation, updating, deleting the cache, cookies, restarting IE does not help at all.
Just to make sure this is not a network or proxy problem, I disconnected my computer from it by running my web server on localhost. The same problems also arise here.
Any ideas? Thank you in advance!
Nobody? I changed my log level to DEBUG and noticed the following result:
10:25:48,518 DEBUG [org.apache.tomcat.util.net.AprEndpoint] (http--0.0.0.0-8443-1) Handshake failed: error:00000000:lib(0):func(0):reason(0)
It seems that the connection will be reset.
source share