First off if you are using Java 1.4 you do not need the separate SSL stuff, its bundled in.
If you are using 1.3 then you need to add the following JARs to your client app's classpath.
jsse.jar
jcert.jar
jnet.jar
peter anthony cowan wrote:
When I attempt to run a SOAP client that goes to a secure destination (https), upon invoking the call object the program hangs. No exceptions are cast, nothing happens at all, it just stalls indefinitely. We are running the latest Axis along with Tomcat 4.04, behind the apache web server, which handles the SSL duties for tomcat. I've checked to make sure we have jsse.jar, and we do. I have done further testing and found that when attempting just to secure an SSLSocket Connection the same hanging problem ensues. Does any one know what the problem is here? How can I make java happy with these outgoing HTTPS connections? Also note, we are not going to be running a WS Hosts, just clients. Any advice would be much appreciated.
thanks, -peter [EMAIL PROTECTED]