0 Replies Latest reply on Mar 14, 2003 1:16 AM by nagjboss

    JMS with SSL

    nagjboss

      Hi,
      I am using JMS with SSL to send message from Applet to Jboss2.4.4 server. Am facing a problem with the Sun JRE1.4 plugin while encrypting the messages on the Applet.. and the exception is :
      java.lang.IllegalStateException: zip file closed
      at java.util.zip.ZipFile.getEntry(Unknown Source)
      at java.util.jar.JarFile.getEntry(Unknown Source)
      at sun.plugin.cache.CachedJarFile.getEntry(Unknown Source)

      But when I encrypt the same message with normal Jms client(not Applet).. this works fine.
      so my question is what needs to be done to use SSL with Applet? any ideas?