Return-Path: Delivered-To: apmail-httpd-users-archive@www.apache.org Received: (qmail 88832 invoked from network); 8 Sep 2008 11:26:23 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 8 Sep 2008 11:26:23 -0000 Received: (qmail 89182 invoked by uid 500); 8 Sep 2008 11:26:10 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 89170 invoked by uid 500); 8 Sep 2008 11:26:10 -0000 Mailing-List: contact users-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: users@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list users@httpd.apache.org Received: (qmail 89159 invoked by uid 99); 8 Sep 2008 11:26:10 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 08 Sep 2008 04:26:10 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of covener@gmail.com designates 66.249.92.173 as permitted sender) Received: from [66.249.92.173] (HELO ug-out-1314.google.com) (66.249.92.173) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 08 Sep 2008 11:25:13 +0000 Received: by ug-out-1314.google.com with SMTP id j3so340065ugf.23 for ; Mon, 08 Sep 2008 04:25:44 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=rl9gPbUGrg3iZH5nZFtIws2mFnEsM9ubfitvSoyowkA=; b=ru+ReZwSEMKQDVnnq+6Zesg1IXPYFfKLby/Uc3TmbGnuHg8K0ScZ4iNrrBEhXffxUQ tSwpftTcHpREwxwPx34NuS04iO1C4lUH430+QlowMgLaIIh7caYMQjFbXaFVtia+76QG QJSmV5PrZ7367sXSubquYRx050E4V/HIqkdyA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=EPBKsyjLdP0WA9iirV/5qPH4A04J72ZM0yvTZr+krYrkemLMCLk8xStnwfQW1p7RaE 6hkV1QfINi6pZX0E6dKBAxcX0d78+6TXtOJVDpDCgZNO7/OBYiXmtNjd2d+1cpRxJOVJ dNVwC3hf3V+Sy8blzDWzxSTL1VGTgBjLToWxg= Received: by 10.67.116.8 with SMTP id t8mr3874911ugm.57.1220873143934; Mon, 08 Sep 2008 04:25:43 -0700 (PDT) Received: by 10.67.88.1 with HTTP; Mon, 8 Sep 2008 04:25:43 -0700 (PDT) Message-ID: <1404e5910809080425r27417fdi5a3701a0f55cc552@mail.gmail.com> Date: Mon, 8 Sep 2008 07:25:43 -0400 From: "Eric Covener" To: users@httpd.apache.org In-Reply-To: <19366602.post@talk.nabble.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <19366602.post@talk.nabble.com> X-Virus-Checked: Checked by ClamAV on apache.org Subject: Re: [users@httpd] HTTPS and SSL certificate issue + PKIX = javax.net.ssl.SSLHandshakeException On Mon, Sep 8, 2008 at 2:32 AM, sh_santosh 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 covener@gmail.com --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See for more info. To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org " from the digest: users-digest-unsubscribe@httpd.apache.org For additional commands, e-mail: users-help@httpd.apache.org