1

I'm having the error "javax.xml.soap.SOAPException: java.security.PrivilegedActionException: javax.xml.soap.SOAPException: Message send failed: javax.net.ssl.SSLException: SSL handshake failed" when calling a webservice from Java1.4 under https. The same call (same code) under http is not failling. Is there a problem with jdk1.4? I already imported the certificade with keytool

any help would be appreciated

2
  • 1
    Put the wsdl into a browser and it might give a clue about the cert error. Commented Nov 17, 2017 at 20:11
  • The browser doesn't have any problem retrieving the response. Firewall and SELinux are both disabled. Any other ideas? thanks Commented Nov 22, 2017 at 4:09

1 Answer 1

1

Finally, I got the answer. JDK1.4 doesn't recognize the algorithms in the domain ssl certificate (is not supported). I did upgrade to jdk1.6 and the error is gone.

Here is some documentation about the Handshake error that is related to IOException

Sign up to request clarification or add additional context in comments.

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.