Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> SSLHandShake Exception while creating proxy fot .Net Secured WebService in JDeveloper

SSLHandShake Exception while creating proxy fot .Net Secured WebService in JDeveloper

From: <earth.cs_at_gmail.com>
Date: 2 Mar 2006 23:06:39 -0800
Message-ID: <1141369598.977479.113080@v46g2000cwv.googlegroups.com>


I am trying to create proxy for a .net webservice which is running in SSL in my Jdeveloper10.1.3.

In the wizard while giving the https://wsdl-location I am getting the following exception.
Unable to connect to URL:
https://152.69.213.27/WesternUnion1.0/WesternUnionService.asmx 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

I am using openSSL to create CA locally. I have created a request in IIS and signed by openSSL CA and installed in IIS.
I have also created secure-web-site.xml file in Jdev\j2ee\home\cofig and edited the follwoing lines.
<ssl-config keystore="D:\JDEV10134\jdk\bin\myjdev_keystore" keystore-password="welcome1">

Can anybody suggest if I am doing anything worng or missing anything.

Thanks in advance
Earth Received on Fri Mar 03 2006 - 01:06:39 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US