3 Replies Latest reply on Apr 11, 2012 9:30 AM by fabrizio.benedetti

    how to install valid ssl

    kblurry

      We purchased a valid ssl but for some reason when we go to our site, a warning pops up and shows that it is still a self signed certificate. Here is my JBoss setup.

       

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

                      <ssl name="helloworld" password="password" certificate-key-file="/ckf" protocol="TLSv1" verify-client="false" certificate-file="/root/certificates/helloworld.com.crt"/>

                  </connector>

       

      i also tried setting verify-client to true but it didnt work.

       

      Thanks