I tried to apply a *.pem certificate that was provided by Entrust and once installed successfully and the server.xml file modified as follows, I am unable to access the application.
In server xml I performed the following configuration:
Connector port="8443"
maxThreads="150" minSpareThreads="25" maxSpareThreads="75"
enableLookups="false" disableUploadTimeout="true"
acceptCount="100" debug="0" scheme="https" secure="true"
clientAuth="false" sslProtocol="TLSv1+TLSv1.1+TLSv1.2" keystoreFile="*sample.jks" keyAlias="sample" keystorePass="mypasshere" connectionTimeout="-1"/>
I replaced the server xml file in the Reports/Conf, Accounts/Conf with this file. I get the following error when I try to access the server.
TlS is currently enabled in IE