> sc.init(null, new TrustManager[] { trustAllCerts }, new
> SecureRandom());
> + sc.getDefaultSSLParameters().setProtocols(new String[] {
> "TLSv1", "TLSv1.1", "TLSv1.2" });@diwakergupta @nacx Is this change actually needed if `getInstance` above is set to `TLS`? --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/575/files#r19053192
