RE: Getting error while adding Netscaler with the new 10.1 API

2014-04-24 Thread Rajesh Battala
Ahmed Cc: Vijay Venkatachalam Subject: RE: Getting error while adding Netscaler with the new 10.1 API Syed, I have tried with NS 10.0 version. Its failing to add NS device with error "sun.security.validator.ValidatorException: PKIX path building f

RE: Getting error while adding Netscaler with the new 10.1 API

2014-04-24 Thread Rajesh Battala
2013 7:07 AM To: dev@cloudstack.apache.org Cc: Vijay Venkatachalam Subject: Re: Getting error while adding Netscaler with the new 10.1 API Got it Vijay. I have submitted another patch for certificate chaining. I have tested with 10.1 and it works. I send a patch for the move to 10.1 as well. Th

Re: Getting error while adding Netscaler with the new 10.1 API

2013-11-27 Thread Syed Ahmed
Got it Vijay. I have submitted another patch for certificate chaining. I have tested with 10.1 and it works. I send a patch for the move to 10.1 as well. Thanks, -Syed On Wed 27 Nov 2013 04:52:47 AM EST, Vijay Venkatachalam wrote: In order to continue with the old behavior, use HTTPS but hav

RE: Getting error while adding Netscaler with the new 10.1 API

2013-11-27 Thread Vijay Venkatachalam
In order to continue with the old behavior, use HTTPS but have cert and hostname validation turned off, the following has to be done nitro_service.set_certvalidation(false); nitro_service.set_hostnameverification(false); > -Original Message- > From: Syed Ahmed [m

Re: Getting error while adding Netscaler with the new 10.1 API

2013-11-26 Thread Chiradeep Vittal
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 Netscal