Hi Ignasi, The solution you proposed worked.
Thanks a million! Regards, Rashid On Tue, Apr 28, 2015 at 2:23 PM, Ignasi Barrera <[email protected]> wrote: > 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]> 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 >> >> > -- Rashid Rashidov (Roko) MailTo: [email protected] ICQ: 219669533
