After setting up HTTPS/SSL access in your HPE Legal Hold system, you may wish to disable HTTP access on the JBOSS level entirely
That can be accomplished by commenting out the following line in file \jboss-6.1.0.Final\server\supervisor-cluster\deploy\jbossweb.sar\server.xml:
<Connector protocol="HTTP/1.1" port="${jboss.web.http.port}" address="${jboss.bind.address}" redirectPort="${jboss.web.https.port}"/>
A restart of the HPE Legal Hold JBOSS Service is needed for the change to take effect
Local browser cache may need to be cleared to see the change