On Oct 21, 2014, at 9:56 AM, Adrian Cole <adrian.f.c...@gmail.com> wrote:

> For those who like code...
> 
> SSLContext sc = SSLContext.getInstance("TLS");
> sc.init(null, null, null);
> HttpsURLConnection.setDefaultSSLSocketFactory(sc.getSocketFactory());
> 
> Look ma.. no guice.. no jclouds for that matter either.
> 
> We shouldn't block the release; we've already squandered enough time
> on this one.

+1

Everett

Reply via email to