Hi Ignasi,

Just wanted to say thank you, I had similar problem with HP Helion identity 
service and your solution works here too. ☺

Regards,
Sharon


From: Ignasi Barrera [mailto:[email protected]]
Sent: יום ג 28 אפריל 2015 15:24
To: [email protected]
Subject: Re: How to skip SSL certificate validation when connecting to OpenStack

Hi Rashid,

Try configuring the following properties when creating the context:

Properties overrides = new Properties();
overrides.setProperty(Constants.PROPERTY_RELAX_HOSTNAME, "true");
overrides.setProperty(Constants.PROPERTY_TRUST_ALL_CERTS, "true");


I.

On 28 April 2015 at 13:28, Rashid Rashidov 
<[email protected]<mailto:[email protected]>> wrote:
Hi,

I am using jClouds 1.8.1 against OpenStack Juno. My nova endpoint URL is setup 
on HTTPS and I don't have server certificate installed.

The native OpenStack clients can not connect to the HTTPS endpoint. However, 
the native client has an "--insecure" parameter which let's me workaround the 
problem. Unfortunately, I was not able to find such an option in jclouds. Do 
you know any workaround of this problem?

Regards,
Rashid


Reply via email to