Welcome Guest! Log in
×

Notice

The forum is in read only mode.
Due to some maintenance operations, stambia.org will be switched to read-only mode during the 13th November. It will be possible to read and download, but impossible to post on the forums or create new accounts. For any question please contact the support team.

Topic-icon Solved Erreur (Could not generate DH keypair) lors de l'appel d'un web service SOAP

More
27 Oct 2017 10:06 #1 by Sylvie INGABIRE
Sylvie INGABIRE created the topic: Erreur (Could not generate DH keypair) lors de l'appel d'un web service SOAP
Bonjour,

Lors de l'appel d'un web service SOAP, nous utilisons le runtime local, nous avons l'erreur ci-dessous. Pouvez-vous nous aider sur la cause de cette erreur?

Caused by: java.lang.RuntimeException: Could not generate DH keypair
at com.sun.net.ssl.internal.ssl.DHCrypt.<init>(Unknown Source)
at com.sun.net.ssl.internal.ssl.ClientHandshaker.serverKeyExchange(Unknown Source)
at com.sun.net.ssl.internal.ssl.ClientHandshaker.processMessage(Unknown Source)
at com.sun.net.ssl.internal.ssl.Handshaker.processLoop(Unknown Source)
at com.sun.net.ssl.internal.ssl.Handshaker.process_record(Unknown Source)
at com.sun.net.ssl.internal.ssl.SSLSocketImpl.readRecord(Unknown Source)
at com.sun.net.ssl.internal.ssl.SSLSocketImpl.performInitialHandshake(Unknown Source)
... 23 more
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(DashoA13*..)
at java.security.KeyPairGenerator$Delegate.initialize(Unknown Source)
... 30 more
More
27 Oct 2017 15:23 #2 by Thomas BLETON
Thomas BLETON replied the topic: Erreur (Could not generate DH keypair) lors de l'appel d'un web service SOAP
C'est probablement lié à la version de Java faisant tourner ce Runtime, qui ne prend pas en charge la "Prime size" requise par le serveur Soap.
Essayez avec une version java plus récente pour confirmer cette piste.
More
03 Nov 2017 14:26 #3 by Sylvie INGABIRE
Sylvie INGABIRE replied the topic: Erreur (Could not generate DH keypair) lors de l'appel d'un web service SOAP
Nous n'avons plus l'erreur en changeant la version de java.
Merci