// disable protocols with a system property in Java Source
System.setProperty( "jdk.tls.disabledAlgorithms", "SSLv2Hello,SLv3,TLSv1,TLSv1.1" );