> @@ -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");

find a better way, this is super dodgy

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs/pull/113/files#r20875190

Reply via email to