The server selected protocol version TLS10 is not accepted by client preferences [TLS12]


修改jre中的這個文件:

# /java/jdk1.8/jre/lib/security/java.security

# jdk.tls.legacyAlgorithms 直接改成下面的這個:

Java 11 \jre\conf\security  java.security

jdk.tls.legacyAlgorithms=SSLv3, RC4, DES, MD5withRSA, \
DH keySize < 1024, EC keySize < 224, anon, NULL, \
include jdk.disabled.nameCurves

 


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM