JDK disable tlsv1.0

Some web servers need to disable some protocols after deployment. Let’s take tlsv1.0 as an example to talk about how to disable them.

Find the JRE directory in your JDK installation directory and JRE/lib/security in the JRE directory/ java.security File, and then in the file

jdk.tls.disabledAlgorithms=SSLv3 , RC4, md5withrsa, DH keysize & lt; 768, add tlsv1.0.

Read More: