On Mon, Sep 8, 2008 at 2:32 AM, sh_santosh <[EMAIL PROTECTED]> wrote: > > Dear all, > > I am getting this exception while invoking(web services) or accessing > through java code. > > The URL which i try to access is secured using Certificate. > Please see the exception - > > javax.net.ssl.SSLHandshakeException: > sun.security.validator.ValidatorException: PKIX path building failed: > sun.security.provider.certpath.SunCertPathBuilderException: unable to find > valid certification path to requested target
Does your trust-store contain your server's issuer certificate, and all intermediate certificates between the root and your cert? For the latter, mod_ssl can send the certificate chain instead. -- Eric Covener [EMAIL PROTECTED] --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: [EMAIL PROTECTED] " from the digest: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
