1 Reply Latest reply on Nov 29, 2001 11:06 AM by jwkaltz

    SSL support

    sugandha

      Hi ,

      I'm trying to invoke a servlet which makes https connection. This servlet works fine with weblogic and is able to listen on SSL port. But with JBoss No luck.
      I tried following things :
      1> Uncommented code in server.xml for SSL support
      2> Added JSSE lib in classpath
      3> Added security.provider.2=com.sun.net.ssl.internal.ssl.Provider to jre/lib/security/java.security

      If I request http://localhost:8443/ to test whether SSL port is listening i get page not displayed error.

      Any hints or insights will be appreciated.

      Thanx
      -Sugandha

        • 1. Re: SSL support
          jwkaltz

          > If I request http://localhost:8443/ to test whether
          > SSL port is listening i get page not displayed
          > error.

          Well if you're trying an ssl connection than you would have to request https://localhost:8443/

          If it still doesn't work, perhaps you should try a standalone Tomcat "Hello World" application (without JBoss) with SSL; see the Tomcat documentation for that.