How to setup ConnectALL console for SSL/HTTPS?
Question ID: 109091
0
0

Hello,

We are using ConnectAll and were wondering if it can be configured to work with HTTPS (The ConnectALL URL). We know it uses Tomcat underneath, and would like to change from the default "HTTP"/8080.

Marked as spam
Posted by (Questions: 193, Answers: 14)
Asked on July 29, 2019 1:54 pm
78 views
Answers (1)
0
Private answer

Getting ConnectAll itself running with SSL is fairly straightforward and since Connect All uses a very generic Tomcat load you can follow the instructions below:

https://tomcat.apache.org/tomcat-8.0-doc/ssl-howto.html

At a high level, you will either create a self signed certificate or have your security team at your organization create a certificate for you. You then import that certificate into your Java keystore (if you did self signed you don't need to do so as it is already in the keystore)

Then modify the tomcat server.xml file to add the ssl connector that points to the keystore along with the keystore password.

Marked as spam
Posted by (Questions: 4, Answers: 509)
Answered on July 29, 2019 1:54 pm
EyeOnTesting

Welcome back to "EyeOnTesting" brought to you by Orasi Software, Inc.

X
Scroll to Top