-
Bug
-
Resolution: Duplicate
-
P3
-
None
-
7u51
WLS 12.1.3 on Java 7u51 gets exception during SSL handshake:
java.lang.RuntimeException: Could not generate DH keypair
@ at sun.security.ssl.Handshaker.checkThrown(Handshaker.java:1287)
.....
Caused by: java.lang.RuntimeException: Could not generate DH keypair
@ at sun.security.ssl.DHCrypt.(DHCrypt.java:136)
at
@ sun.security.ssl.ClientHandshaker.serverKeyExchange(ClientHandshaker.java:621)
......
@ Caused by: java.security.InvalidAlgorithmParameterException: Prime size must
be multiple of 64, and can only range from 512 to 1024 (inclusive)
at
com.sun.crypto.provider.DHKeyPairGenerator.initialize(DHKeyPairGenerator.java:
120)
java.lang.RuntimeException: Could not generate DH keypair
@ at sun.security.ssl.Handshaker.checkThrown(Handshaker.java:1287)
.....
Caused by: java.lang.RuntimeException: Could not generate DH keypair
@ at sun.security.ssl.DHCrypt.(DHCrypt.java:136)
at
@ sun.security.ssl.ClientHandshaker.serverKeyExchange(ClientHandshaker.java:621)
......
@ Caused by: java.security.InvalidAlgorithmParameterException: Prime size must
be multiple of 64, and can only range from 512 to 1024 (inclusive)
at
com.sun.crypto.provider.DHKeyPairGenerator.initialize(DHKeyPairGenerator.java:
120)
- duplicates
-
JDK-8062834 Allow DHKeyPair generation for bit lengths > 1024 in 6u, 7u
-
- Resolved
-