jdk.certpath.disabledAlgorithms = MD2(javax.net.ssl.SSLHandshakeException)

时间:2013-02-26 10:19:26

标签: java ssl ssl-certificate java-7 sslhandshakeexception

我的代码工作正常,没有任何异常,我最近连接到服务器,在我的代码中我刚刚更改了服务器主机名,用户名和密码。我得到以下异常

javax.net.ssl.SSLHandshakeException: java.security.cert.CertificateException: Certificates does not conform to algorithm constraints

当我用Google搜索时,我发现我们必须更改文件Java\jre7\lib\security\java.security我引用此链接click here

但是,如果我们开发客户端应用程序,这个解决方案就不够好了。有没有更好的方法来解决这个问题。

任何帮助都很明显

0 个答案:

没有答案