Return-Path: X-Original-To: apmail-cloudstack-dev-archive@www.apache.org Delivered-To: apmail-cloudstack-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 5935F10315 for ; Wed, 27 Nov 2013 01:47:11 +0000 (UTC) Received: (qmail 89705 invoked by uid 500); 27 Nov 2013 01:47:10 -0000 Delivered-To: apmail-cloudstack-dev-archive@cloudstack.apache.org Received: (qmail 89624 invoked by uid 500); 27 Nov 2013 01:47:10 -0000 Mailing-List: contact dev-help@cloudstack.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cloudstack.apache.org Delivered-To: mailing list dev@cloudstack.apache.org Received: (qmail 89616 invoked by uid 99); 27 Nov 2013 01:47:10 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 27 Nov 2013 01:47:10 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of Chiradeep.Vittal@citrix.com designates 66.165.176.63 as permitted sender) Received: from [66.165.176.63] (HELO SMTP02.CITRIX.COM) (66.165.176.63) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 27 Nov 2013 01:47:06 +0000 X-IronPort-AV: E=Sophos;i="4.93,779,1378857600"; d="scan'208";a="76074970" Received: from sjcpex01cl03.citrite.net ([10.216.14.145]) by FTLPIPO02.CITRIX.COM with ESMTP/TLS/AES128-SHA; 27 Nov 2013 01:46:44 +0000 Received: from SJCPEX01CL02.citrite.net ([169.254.2.244]) by SJCPEX01CL03.citrite.net ([10.216.14.145]) with mapi id 14.02.0342.004; Tue, 26 Nov 2013 17:46:43 -0800 From: Chiradeep Vittal To: "dev@cloudstack.apache.org" Subject: Re: Getting error while adding Netscaler with the new 10.1 API Thread-Topic: Getting error while adding Netscaler with the new 10.1 API Thread-Index: AQHO6wepzDlEdbwjpUK1FJ5hwMZX/5o4Tv+A Date: Wed, 27 Nov 2013 01:46:42 +0000 Message-ID: In-Reply-To: <52953C9C.5080606@cloudops.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: user-agent: Microsoft-MacOutlook/14.3.8.130913 x-originating-ip: [10.13.112.13] Content-Type: text/plain; charset="us-ascii" Content-ID: Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Virus-Checked: Checked by ClamAV on apache.org That happens when you use a self-signed certificate. You can use EasySSLProtocolSocketFactory.java from utils On 11/26/13 4:28 PM, "Syed Ahmed" wrote: >Hi, > >I am trying to move the Netscaler to the 10.1 Nitro API and while using >the new API I am getting the following error when adding Netscaler device > >PKIX > path building failed: >sun.security.provider.certpath.SunCertPathBuilderException: unable to >find valid certification path to requested target > > >I have changed to use HTTP instead of HTTPS in nitro to temporarily work >around this problem. Is HTTPS absolutely required for communication with >external devices? or does my workaround is a valid fix? > >Thanks, >-Syed