JDK, JRE java enable TLS10
JDK, JRE java enable TLS10
If some old software requires TLSv1 or TLSv1.1,
you have to edit java.security file and remove from this entry required algorithms.
jdk.tls.disabledAlgorithms=SSLv3, TLSv1, TLSv1.1, RC4, DES, MD5withRSA, \
DH keySize < 1024, EC keySize < 224, 3DES_EDE_CBC, anon, NULL, \
include jdk.disabled.namedCurves
Comments
Post a Comment