Skip to Main Content

Java Security

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

SSL handshake failed: X509CertChainIncompleteErr

843811May 30 2006 — edited Jun 4 2006
--------------------------------------------------------------------------------
Hi,

I am getting error when trying to connect to https url.
I import certificates using IE & than import it in cacert file using keytool.
I am using Jdev10, my code is simply a emiter code produce by jdeveloper using the wsdl file. I simply wrote a single file & try to connect to https url & getting following error:

WARNING: Unable to connect to URL: https://provisioning.etr.blackberry.net/webservices/Provisioning due to java.security.PrivilegedActionException: javax.xml.soap.SOAPException: Message send failed: javax.net.ssl.SSLException: SSL handshake failed: X509CertChainIncompleteErr
java.rmi.RemoteException: ; nested exception is:
HTTP transport error: javax.xml.soap.SOAPException: java.security.PrivilegedActionException: javax.xml.soap.SOAPException: Message send failed: javax.net.ssl.SSLException: SSL handshake failed: X509CertChainIncompleteErr
at test2.runtime.ProvisioningPort_Stub.submitSync(ProvisioningPort_Stub.java:234)
at test2.ProvisioningPortClient.submitSync(ProvisioningPortClient.java:105)
at test2.ProvisioningPortClient.main(ProvisioningPortClient.java:85)
Caused by: HTTP transport error: javax.xml.soap.SOAPException: java.security.PrivilegedActionException: javax.xml.soap.SOAPException: Message send failed: javax.net.ssl.SSLException: SSL handshake failed: X509CertChainIncompleteErr
at oracle.j2ee.ws.client.http.HttpClientTransport.invokeImpl(HttpClientTransport.java:144)
at oracle.j2ee.ws.client.http.HttpClientTransport.invoke(HttpClientTransport.java:120)
at oracle.j2ee.ws.client.StreamingSender._sendImpl(StreamingSender.java:169)
at oracle.j2ee.ws.client.StreamingSender._send(StreamingSender.java:110)
at test2.runtime.ProvisioningPort_Stub.submitSync(ProvisioningPort_Stub.java:210)
... 2 more
Process exited with exit code 0.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 2 2006
Added on May 30 2006
3 comments
1,094 views