首页 > 编程语言 > 详细

Java_Certificates does not conform to algorithm constraints

时间:2015-04-01 19:12:34      阅读:768      评论:0      收藏:0      [点我收藏+]

java.security.cert.CertificateException: Certificates does not conform to algorithm constraints

SSL证书问题

出现此错误信息时解决办法:

找到jre路径:JDK_HOME/jre/lib/security/java.security 或JDK目录下的JRE

找到内容:jdk.certpath.disabledAlgorithms=MD2, RSA keySize < 1024

 

把此行注释掉如:

#jdk.certpath.disabledAlgorithms=MD2, RSA keySize < 1024

 

搞定!!!

Java_Certificates does not conform to algorithm constraints

原文:http://www.cnblogs.com/gisblogs/p/4384577.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!