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.