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 -> Re: SSLHandShake Exception while creating proxy fot .Net Secured WebService in JDeveloper

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

From: Frank van Bortel <frank.van.bortel_at_gmail.com>
Date: Fri, 03 Mar 2006 21:18:01 +0100
Message-ID: <dua7hl$km8$1@news5.zwoll1.ov.home.nl>


earth.cs_at_gmail.com wrote:
[..]
> Message send failed: javax.net.ssl.SSLException: SSL handshake failed:
> X509CertChainIncompleteErr

[snip!]

That's the key error: X509CertChainIncompleteErr. Your certificate chain incomplete; why this &!@^#% Verisign insists on sending only the partial certificate, I don't know.

Point is, you miss the signature. It is installed in most, if not every browser, but not in Java.
Look at your certificate, inspect who it has been issued by, look up that certificate (the issuer) in your browser, export it, and configure your chain according to the manual of your server.

Has been answered before. google groups on X509CertChainIncompleteErr

-- 
Regards,
Frank van Bortel

Top-posting is one way to shut me up...
Received on Fri Mar 03 2006 - 14:18:01 CST

Original text of this message

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