ARIS client cannot connect to servers using TLS/SSL
Problem
A certificate is available but the ARIS client cannot be started using TLS certification.
This may happen due to an ARIS client using Java trust store having trouble verifying the certificate chain.
Solution
An additional certificate must be made available for the load balancer.
Download the zip file of the certificate from a certificate authority (CA), for example, GlobalSign.
Start ARIS Cloud Controller (ACC).
Stop the loadbalancer runnable.
Enhance the certificate using this command:
enhance <runnable of the load balancer component> with sslCertificate local file "<path to the downloaded zip file>", for example:
enhance loadbalancer_m with sslCertificate local file "c:\\temp\\lbcert.zip".
Notice the double backslashes. Alternatively, use single forward slashes, for example, "c:/temp/lbcert.zip".
Start the loadbalancer runnable again.
The TLS certificate is available.