Return-Path: Delivered-To: apmail-ant-ivy-user-archive@www.apache.org Received: (qmail 11443 invoked from network); 16 Oct 2008 21:15:08 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 16 Oct 2008 21:15:08 -0000 Received: (qmail 97237 invoked by uid 500); 16 Oct 2008 21:15:09 -0000 Delivered-To: apmail-ant-ivy-user-archive@ant.apache.org Received: (qmail 97213 invoked by uid 500); 16 Oct 2008 21:15:09 -0000 Mailing-List: contact ivy-user-help@ant.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: ivy-user@ant.apache.org Delivered-To: mailing list ivy-user@ant.apache.org Received: (qmail 97202 invoked by uid 99); 16 Oct 2008 21:15:09 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 16 Oct 2008 14:15:09 -0700 X-ASF-Spam-Status: No, hits=1.5 required=10.0 tests=SPF_PASS,WEIRD_PORT X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [68.142.200.148] (HELO web30805.mail.mud.yahoo.com) (68.142.200.148) by apache.org (qpsmtpd/0.29) with SMTP; Thu, 16 Oct 2008 21:13:59 +0000 Received: (qmail 51975 invoked by uid 60001); 16 Oct 2008 21:13:33 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:MIME-Version:Content-Type:Message-ID; b=SaDUH89NItKvoSkUwe0F4dPxPyNdZtqey4LYUU/VWNwaXomimfIzaa+lAk77/rYvyohNAKI13bApQhu1Rxr1W88sdjKYZWcY5HsQiGmsFPXMZDC2jjxIzSCKkZV/CqHFtfnpkS/nj3ANILwSjb7oK6Yqx7BxL2lqxyJAcbIvbks=; X-YMail-OSG: Imt27xMVM1kjZk1Ch_FIf0_bMsAZoKhAYB0yzshe0GmOf.fl7Mo7bX.cDLtuFL2yKozn7OmAYcrZXqQ.ZPYq3WPo6n4Y_emjzpZq2ResSVj2jT6AAOi6OkPvR5aM.FsstjuGgCdHdtXTN7aoqazat9WLHo9DgTnEL6K1LeqNOpwVEV1bG4UuJgln_jtq Received: from [81.241.188.19] by web30805.mail.mud.yahoo.com via HTTP; Thu, 16 Oct 2008 14:13:33 PDT X-Mailer: YahooMailRC/1096.40 YahooMailWebService/0.7.218.2 Date: Thu, 16 Oct 2008 14:13:33 -0700 (PDT) From: Maarten Coene Subject: Re: use url resolver with https Authentication error To: ivy-user@ant.apache.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Message-ID: <198645.50123.qm@web30805.mail.mud.yahoo.com> X-Virus-Checked: Checked by ClamAV on apache.org I think this means that the certificate from cm.hd.com is not signed from an authorized CA. It seems possible to configure HttpClient to avoid this kind of problems, but that requires some code changes in Ivy. Could you create a JIRA issue for this? If you want to keep using https, maybe you could try to add that certificate as a trusted certificate into your JVM cacerts file. See http://java.sun.com/j2se/1.5.0/docs/tooldocs/windows/keytool.html for more info. Maarten ----- Original Message ---- From: ryan cheng To: ivy-user@ant.apache.org Sent: Thursday, October 16, 2008 5:26:01 AM Subject: use url resolver with https Authentication error Hi all: I want use url resolver get the dependencied jar from a repo. here is the build file: ivysettings.xml: build.xml: but i got failed! here is the build message: standard: init-ivy: [ivy:configure] :: Ivy 2.0.0-rc1 - 20080916082609 :: http://ant.apache.org/ivy/ :: :: loading settings :: file = E:\eclipse\3.3\ws\Antenna\ivysettings.xml [ivy:retrieve] :: resolving dependencies :: com.hd#tzyj;working@e2d178541d40466 [ivy:retrieve] confs: [default] [ivy:retrieve] :: resolution report :: resolve 1168ms :: artifacts dl 0ms --------------------------------------------------------------------- | | modules || artifacts | | conf | number| search|dwnlded|evicted|| number|dwnlded| --------------------------------------------------------------------- | default | 1 | 0 | 0 | 0 || 0 | 0 | --------------------------------------------------------------------- [ivy:retrieve] [ivy:retrieve] :: problems summary :: [ivy:retrieve] :::: WARNINGS [ivy:retrieve] module not found: com.hd#ui;1.0.0 [ivy:retrieve] ==== libraries: tried [ivy:retrieve] -- artifact com.hd#ui;1.0.0!ui.jar: [ivy:retrieve] E:\eclipse\3.3\ws\Antenna/inclib/ui-1.0.0.jar [ivy:retrieve] ==== hs: tried [ivy:retrieve] -- artifact com.hd#ui;1.0.0!ui.jar: [ivy:retrieve] https://cm.hd.com:8899/head-develop/dist/ui-1.0.0.jar [ivy:retrieve] :::::::::::::::::::::::::::::::::::::::::::::: [ivy:retrieve] :: UNRESOLVED DEPENDENCIES :: [ivy:retrieve] :::::::::::::::::::::::::::::::::::::::::::::: [ivy:retrieve] :: com.hd#ui;1.0.0: not found [ivy:retrieve] :::::::::::::::::::::::::::::::::::::::::::::: [ivy:retrieve] [ivy:retrieve] :::: ERRORS [ivy:retrieve] HttpClientHandler: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target url= https://cm.hd.com:8899/head-develop/dist/ui-1.0.0.jar [ivy:retrieve] [ivy:retrieve] :: USE VERBOSE OR DEBUG MESSAGE LEVEL FOR MORE DETAILS BUILD FAILED E:\eclipse\3.3\ws\Antenna\build.xml:6: The following error occurred while executing this line: E:\eclipse\3.3\ws\Antenna\a_build.xml:62: impossible to resolve dependencies: resolve failed - see output for details Total time: 2 seconds Do I miss something? any help . thanks!