Securing Redis Traffic in HCL Connections with SSH Tunnels
At the moment I’m working with a customer to secure all traffic in HCL Connections. The target is to have only encrypted network traffic between servers.
Today I started enabling encryption to Redis. This is a documented process , but the documentation is outdated and incomplete.
Overview of the Solution This guide explains how to secure Redis traffic using SSH tunnels between:
WebSphere nodes and the HAProxy server HAProxy server and Kubernetes nodes Setting Up SSH Tunnels from WebSphere to HAProxy One important deviation from the official documentation: we’ll create and use a ded...