Java 7 and Could not generate DH keypair

前端 未结 5 1389
礼貌的吻别
礼貌的吻别 2020-12-14 19:07

I read a previous post regarding the error \'Could not generate DH keypair\' fired when the server sents a key longer than 1024 bits. Downloading the JCE unlimited jars shou

5条回答
  •  一向
    一向 (楼主)
    2020-12-14 19:51

    If you are using jdk1.7.0_04, upgrade to jdk1.7.0_21. The problem has been fixed in that update.

提交回复
热议问题