Edit the JRE_HOME/lib/security/java.security file (Example: C:\program files\java\lib\security\java.security or C:\program files (x86)\java\lib\security\java.security).
Find the line similar like this:
jdk.tls.disabledAlgorithms=SSLv3, TLSv1, TLSv1.1, RC4, DES, MD5withRSA, \
and remove the TLSv1, TLSv1.1
the line will be like this
jdk.tls.disabledAlgorithms=SSLv3, RC4, DES, MD5withRSA, \
沒有留言:
發佈留言