0 Replies Latest reply on Jun 23, 2014 1:57 AM by ramarajv.mca

    ssl installation in jboss 7.1.1

    ramarajv.mca

      I am getting ssl certificate from thawate and i installed successfully in my domain (based on ssl tool checker) but i am not able to access my site using "https". I asked thawate support, i have been told, jboss configuration file is wrong,  i configured like below

       

      <connector name="http" protocol="HTTP/1.1" scheme="http" socket-binding="http"/>

                  <connector name="https" protocol="HTTP/1.1" scheme="https" socket-binding="https" secure="true">

                      <ssl name="server-ssl" password="mypassword" key-alias="mykey" certificate-key-file="${jboss.server.config.dir}/musicnotewebsite.keystore" certificate-file="${jboss.server.config.dir}/music.cer"/>

                  </connector>

       

       

      i am not able to access my site using https it shows,

       

      Unable to connect

      Firefox can't establish a connection to the server at www.musicnoteapp.com:8443.


      please help me to get worked