Java Security: Illegal key size or default parameters?

前端 未结 19 1746
日久生厌
日久生厌 2020-11-22 03:34

I had asked a question about this earlier, but it didn\'t get answered right and led nowhere.

So I\'ve clarified few details on the problem and I would really like t

19条回答
  •  野趣味
    野趣味 (楼主)
    2020-11-22 03:57

    there are two options to solve this issue

    option number 1 : use certificate with less length RSA 2048

    option number 2 : you will update two jars in jre\lib\security whatever you use java http://www.oracle.com/technetwork/java/javase/downloads/jce-6-download-429243.html

    or you use IBM websphere or any application server that use its java . the main problem that i faced i used certification with maximum length ,when i deployed ears on websphere the same exception is thrown

    Java Security: Illegal key size or default parameters?
    

    i updated java intsalled folder in websphere with two jars https://www14.software.ibm.com/webapp/iwm/web/reg/pick.do?source=jcesdk&lang=en_US

    you can check reference in link https://www-01.ibm.com/support/docview.wss?uid=swg21663373

提交回复
热议问题