You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by jeff <ax...@workingtitle.net> on 2003/05/29 07:42:09 UTC

Trouble consuming WS over SSL

Please help!

I get an error when I try to call a web service using HTTPS.

Here's the line where it dies:

call.setTargetEndpointAddress(new
URL("https://myhost.mydomain.com/mywebservice.asmx"));

Here's the error I get:

java.net.SocketException: Default SSL context init failed: Algorithm SunX509
not available

I'm using J2SE v 1.4, Tomcat 4.1.24 and Axis 1.1rc2 on RedHat 9.0

Thanks!!

jeff