When you setup a new ConnectALL instance you may want to secure the access. This article covers the steps to configure https in ConnectALL.
Environment
3.x
Resolution
Get the server certificate from respective certificate authority with DNS entry for said server.
Create keystore for Tomcat using steps below with self signed certificate.
keytool -genkey -alias tomcat -keyalg RSA -keystore C:\ConnectALL\UI\tomcat.keystore -- You will be asked to enter some details and setup the password for keystore.