Stat 5.6.x, 5.7.x This applies only if the web client has been configured for HTTPS.
1. Stop the Stat Central Agent
2. Delete <STAT_HOME>\app\server\default\tmp and <STAT_HOME>\app\server\default\work
3. Open <STAT_HOME>\app\server\default\deploy\jbossweb.sar\server.xml file for edit
4. Locate this section
<Connector protocol="HTTP/1.1" SSLEnabled="true"
port="8443" address="${jboss.bind.address}"
scheme="https" secure="true" clientAuth="false"
keystoreFile="${jboss.server.home.dir}/conf/chap8.keystore"
keystorePass="rmi+ssl" sslProtocol = "TLS" />
5. Edit the section to
<Connector protocol="HTTP/1.1" SSLEnabled="true"
port="8443" address="${jboss.bind.address}"
scheme="https" secure="true" clientAuth="false"
keystoreFile="${jboss.server.home.dir}/conf/chap8.keystore"
keystorePass="rmi+ssl" sslProtocols = "TLSv1,TLSv1.1,TLSv1.2" />
6. Save the changes
7. Start the agent.
Note that TLSv1.2 is only available with Java 1.7.