2 Replies Latest reply on Mar 29, 2005 6:45 AM by venkaiah

    configuring ssl at jboss application server level

    venkaiah

      hi all

      i am unable to configure ssl on jboss application server . it is giving exception like NoSuchAlgorithmException. Can any one suggest me how to configure SSL on Jboss app server level

      regards
      venkaiah

        • 1. Re: configuring ssl at jboss application server level
          oagady

          Look at thit article:

          http://www.theserverside.com/discussions/thread.tss?thread_id=22243

          There is a note about this exception:

          Important remark: if you get an exception that looks like this: java.security.NoSuchAlgorithmException: Algorithm TLS not available, take a look at this file: $JAVA_HOME/jre/lib/security/java.security. Check if the com.sun.net.ssl.internal.ssl.Provider is in the list of Providers:
          #
          # List of providers and their preference orders (see above):
          #
          security.provider.1=sun.security.provider.Sun
          security.provider.2=com.sun.net.ssl.internal.ssl.Provider
          security.provider.3=com.sun.rsajca.Provider
          security.provider.4=com.sun.crypto.provider.SunJCE
          security.provider.5=sun.security.jgss.SunProvider

          • 2. Re: configuring ssl at jboss application server level
            venkaiah

            thanks for the reply

            but the exception i am getting is

            NoSuchAlgorithmException algorithm PBEwithMD5and DES

            i want know how to configure JVM to accomodate this algorithm

            thanks
            venkat