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