Configuring SSL encryption between your load balancer and each web application node
is not required, but if you plan to do it, you'll need to acquire an SSL certificate for each
node.
To set up SSL encryption to each node:
-
On each webapp node, enable SSL by assigning the following startup properties:
jive set httpd.ssl_enabled True
jive set httpd.ssl_certificate_file /path/to/your/crt/file
jive set httpd.ssl_certificate_key_file /path/to/your/key/file
-
Change your load balancer pool's members to reflect the new SSL port. For
example:
https://myapp-wa01.internal.mycompany.com:8443
https://myapp-wa02.internal.mycompany.com:8443
https://myapp-wa03.internal.mycompany.com:8443
-
Restart httpd on all the web application nodes.