Java algorithm enable and disable

access to java security config file ( es: /usr/lib/jvm/java-1.8.0/jre/lib/security/java.security ) and update jdk.tls.disabledAlgorithms parameter.

You could find

jdk.tls.disabledAlgorithms=SSLv3, TLSv1, TLSv1.1, RC4, DES,

so could remove SSLv3, TLSv1, TLSv1.1 and put it into jdk.tls.legacyAlgorithms parameter to re-enable it