Re: Using JClouds without TLSv1.0

2016-03-04 Thread Ignasi Barrera
Hi! Andrew's link will provide you the context you need. I don't know if there is a proper way of configuring this using the default HTTP driver, but here is a specific example using the OkHttp one: First you will need to create an OkHttpClientSupplier that creates the http client with the desir

Re: Using JClouds without TLSv1.0

2016-03-04 Thread Andrew Phillips
Hi Stéphane Any idea of code to configure my http client with TLSv1.1 or TLSv1.2 instead of TLSv1.0, please ? The following blog post doesn't provide a step-by-step solution, but should hopefully help: https://jclouds.apache.org/blog/2014/10/25/poodle-and-jclouds/ Regards ap

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 ( https://issues.a