Posted: Fri May 23, 2003 6:28 am Post subject: MQ JMS over SSL using IAIK
Centurion
Joined: 15 Apr 2003 Posts: 144
Does anybody know if it is possible to use IAIK security provider to establish a SSL connection between a JMS client and a WebSphere MQ QueueManager?
While my program is working without any problem using JSSE I get the following exception during the handshake using IAIK.
Code:
java.lang.NoClassDefFoundError
at javax.crypto.Cipher.a(DashoA6275)
at javax.crypto.Cipher.getInstance(DashoA6275)
It seems that MQ SSL tries to load a Cipher, which is not implemented by IAIK. The problem is that IAIK is our standard provider. Is there any workaround?
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum