Return-Path: Delivered-To: apmail-geronimo-user-archive@www.apache.org Received: (qmail 88044 invoked from network); 22 May 2006 00:04:19 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 22 May 2006 00:04:19 -0000 Received: (qmail 59425 invoked by uid 500); 22 May 2006 00:04:17 -0000 Delivered-To: apmail-geronimo-user-archive@geronimo.apache.org Received: (qmail 59394 invoked by uid 500); 22 May 2006 00:04:16 -0000 Mailing-List: contact user-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: user@geronimo.apache.org List-Id: Delivered-To: mailing list user@geronimo.apache.org Received: (qmail 59383 invoked by uid 99); 22 May 2006 00:04:16 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 21 May 2006 17:04:16 -0700 X-ASF-Spam-Status: No, hits=0.6 required=10.0 tests=NO_REAL_NAME X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [216.7.160.64] (HELO megaman.vosn.net) (216.7.160.64) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 21 May 2006 17:04:16 -0700 Received: from webesse by megaman.vosn.net with local (Exim 4.52) id 1Fhxtv-0001SI-5W for user@geronimo.apache.org; Sun, 21 May 2006 18:03:59 -0600 Received: from 203.76.29.178 ([203.76.29.178]) (SquirrelMail authenticated user luke@webesse.com) by www.webesse.com with HTTP; Sun, 21 May 2006 18:03:59 -0600 (MDT) Message-ID: <1553.203.76.29.178.1148256239.squirrel@www.webesse.com> Date: Sun, 21 May 2006 18:03:59 -0600 (MDT) Subject: Unable to make secured http request (HttpsURLConnection) From: luke@webesse.com To: user@geronimo.apache.org User-Agent: SquirrelMail/1.4.6 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - megaman.vosn.net X-AntiAbuse: Original Domain - geronimo.apache.org X-AntiAbuse: Originator/Caller UID/GID - [32286 32287] / [47 12] X-AntiAbuse: Sender Address Domain - webesse.com X-Source: X-Source-Args: X-Source-Dir: X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Unable to make secured http request (HttpsURLConnection) from my Genonimo hosted application to a remote server. THe remote server has a VeriSign signed certificate which keytool recgonise. Error message: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target I have $JAVA_HOME pointing to /usr/java/jdk1.5.0_04/jre and have subfolder /lib/security with cacerts file. Any idea? Thanks. Luke