3 Replies Latest reply on Dec 26, 2008 11:49 PM by sunlinux

    how to install ca ssl cert.

    sunlinux

      using jb4.2.2-GA.

      I just downloaded my thawte(CA) ssl certificate file . can you guys guide me how do I install/configured it in jboss. when I open server.xml file it says below:

      <!-- Define a SSL HTTP/1.1 Connector on port 8443
      This connector uses the JSSE configuration, when using APR, the
      connector should be using the OpenSSL style configuration
      described in the APR documentation -->
      <!--



      what's that APR & openssl style configuration ...

      but in my previous version of jboss I set ssl cert. using server.xml only, but in version 4.2.2 I just could not guess how do I do that

      quick response is appreciated (avoid sending links)

        • 1. Re: how to install ca ssl cert.
          sunlinux

          it's saying link that

          <!--

          -->

          • 2. Re: how to install ca ssl cert.
            jaikiran

             

            "sunlinux" wrote:
            can you guys guide me how do I install/configured it in jboss.


            See this http://docs.jboss.org/jbossas/guides/webguide/r2/en/html/ch9.https.sect.html

            "sunlinux" wrote:
            avoid sending links


            Configurations like these are already documented and its best to follow those links.


            And while posting xml content or code or logs, remember to wrap it in a code block by using the Code button in the message editor window. Please use the Preview button to ensure your post is correctly formatted.



            • 3. Re: how to install ca ssl cert.
              sunlinux

              I put SSL cert as explained in guide but when I connect to site using https://abc.com

              browser shows "connected" but nothing is displayed in browser and no encryption happening neither it asking to install security certificate in browser no warning ..
              pls guide what wrong thr

              <!-- Define a SSL HTTP/1.1 Connector on port 8443
              This connector uses the JSSE configuration, when using APR, the
              connector should be using the OpenSSL style configuration
              described in the APR documentation -->

              <Connector port="443" address="${jboss.bind.address}"
               maxThreads="100" strategy="ms" maxHttpHeaderSize="8192"
               emptySessionPath="true"
               scheme="https" secure="true" clientAuth="false"
               keystoreFile="/home/spsadm/data/jboss/server/default/conf/cert88.txt"
               keystorePass="888234" sslProtocol = "TLS" />