2 Replies Latest reply on Apr 29, 2005 10:47 AM by janbols

    SSL and JBoss/Tomcat

    romm

      Hello all,

      This posting is a follow-up to my post (which has no replies) posted under "Security & JAAS" (http://www.jboss.org/index.html?module=bb&op=viewtopic&t=63164). It is not my intention to cross-post, but I thought I might get more eyes on my post here...

      Has anybody successfully been able to follow the "Using SSL with the JBoss/Tomcat bundle" documentation located at http://docs.jboss.org/jbossas/jboss4guide/r1/html/ch9.chapt.html#d0e22417 to enable SSL on their JBoss server?

      I have attempted numerous times without success. I receive a "Page Cannot Be Displayed" in IE when attempting to access https://host:8443/jmx-console/index.jsp .

        • 1. Re: SSL and JBoss/Tomcat
          romm

          By the way,

          I'm running JBoss 4.0.1...

          • 2. Re: SSL and JBoss/Tomcat
            janbols

             

            "romm" wrote:
            Hello all,
            I have attempted numerous times without success. I receive a "Page Cannot Be Displayed" in IE when attempting to access https://host:8443/jmx-console/index.jsp .

            I had no problems with that. I did 4 things:
            1. copy the chap8.keystore to default/conf
            2. Comment out the SSL/TLS Connector stuff in the default\deploy\jbossweb-tomcat50.sar\server.xml file
            3. restart the jboss server
            4. point my browser to https://localhost:8443/jmx-console/index.jsp

            I assume you checked the url and replaced the 'host' part with the name of your real host like 'localhost'. Just checking.