> @@ -63,6 +63,7 @@ public SSLContext get() {
> kmf.init(keyStore.get(), keyStorePassword.toCharArray());
> SSLContext sc = SSLContext.getInstance("TLS");
> sc.init(kmf.getKeyManagers(), trustManager, new SecureRandom());
> + System.setProperty("https.protocols", "TLSv1");I was afraid about that, any suggestions? --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs/pull/113/files#r20875748
