Re: Using JClouds without TLSv1.0

2016-03-10 Thread Mop Sophia
one. Then, bind the EndpointToSupplierAdminURI to > your class, and that should work fine. > > > [1] > https://github.com/jclouds/jclouds/blob/master/apis/openstack-keystone/src/main/java/org/jclouds/openstack/keystone/v2_0/functions/AdminURL.java > > On 10 March 2016 at 11:22, Mo

Re: Using JClouds without TLSv1.0

2016-03-10 Thread Mop Sophia
rInternalIfNull.class).in(Scopes.SINGLETON); >} > } > > If you need to access the admin apis from outside the network, though, > you could consider configuring the endpoints in your OpenStack > installation to provide a public IP in the admin endpoint too. > > Let's see if this wor

Re: Using JClouds without TLSv1.0

2016-03-09 Thread Mop Sophia
Hi, Thanks for this code Ignasi, but it seems the client configuration is not used, because the client tries a direct connection without proxy :( Here is my code : public static class TLSOkHttpClientSupplier implements OkHttpClientSupplier { @Override public OkHttpClient get() {

Using JClouds without TLSv1.0

2016-03-04 Thread Mop Sophia
Hi, I try to use jclouds with an HTTPS endpoint with SSL customization. The server that receives requests from my application using jclouds does not support TLSv1.0. So I used this java option "-Dhttps.protocols=TLSv1.1,TLSv1.2", but it seems it has no effect. As I read in Jira (