0 Replies Latest reply on Dec 18, 2012 12:01 PM by shhorner

    jbossas 4.3.2 SSL configuration for 8443

    shhorner

      I have been attempting to configure SSL on port 8443 for the past couple days. I have updated the deploy/jboss-web.deployer/server.xml file with the following code but I am not getting any success. The port does not initialize nor do I see any good reference to it in the server.log file.

       

          <Connector port="8443" protocol="HTTP/1.1" SSLEnabled="true"

                     maxThreads="150" scheme="https" secure="true"

                     clientAuth="false"

                     keystoreFile="${jboss.server.base.dir}/icapikey.jks"

                     keystorePass="REMOVED"

                     sslProtocol="TLS" />

       

       

      Any thoughts or assistance on this would be greatly appreciated.