jboss_ssl_configuration

Hi,

I have installed the comodo certificates as per the documentation and updated the tomcat configuration as specified. However I am not able to access my site via https. It says IE cannot display the webpage.

Extracts from my server.xml

  <Connector port="443" address="${jboss.bind.address}" 
       maxThreads="100" strategy="ms" maxHttpHeaderSize="8192"
       emptySessionPath="true"
       scheme="https" secure="true" clientAuth="false" 
       keystoreFile="${jboss.server.home.dir}/conf/e-life.co.za"
       keystorePass="mypassword" sslProtocol = "TLS" />

Any assistance would be really appreciated.

Best Regards
Denzil Fillis

Hi Denzil Fillis,

Inside this file server.xml, there should be a part that looks like this:

Make the following changes:
Uncomment the block
Change the port to 443
Change the keystore password to the password used, above (“changeit”)
The end result should look something like this:

Now start up the server, and if all went according to plan, SSL should now be enabled.

Please refer this link to resolve the problem.

https://forums.comodo.com/ssl_certificate/jboss_ssl_configuration-t25948.0.html