- 
        1. Re: JavaHelp Server-side Deploymentdegriffing Apr 15, 2004 4:02 PM (in response to degriffing)I have been able to narrow down the source of the problem. We are using a client-side certificate. When the servlet attempts to load the HelpSet, the request is rejected. If I attempt to use another URL (e.g. jar:…), the HelpSet is loaded but the actual pages cannot be displayed. What do I need to do to make a client-side certificate available to the servlet? 
- 
        2. Re: JavaHelp Server-side Deploymentdegriffing Apr 29, 2004 6:13 PM (in response to degriffing)I am still stumped on the solution to this problem. Any suggestions? 
- 
        3. Re: JavaHelp Server-side Deploymentdegriffing May 4, 2004 5:09 PM (in response to degriffing)I have been able to get the JVM to load client certificate. It involved loading the certificate and the CA certificate into keystores and specifying them with: 
 -Djavax.net.ssl.keyStore=Clientkeystore
 -Djavax.net.ssl.keyStorePassword=password
 -Djavax.net.ssl.trustStore=%JAVA_HOME%\jre\lib\security\cacerts
 -Djavax.net.ssl.trustStorePassword=password
 Now the file is not loading due to java.net.SocketException: Software caused connection abort: recv failed.
 Any suggestions?
