Hello,
Did anyone manage to use the tls=external option when deploying a rancher through Helm in an HA architecture ?
When I try to do so, the ingress correctly exposes the service from port 80 and the 3 rancher pods start up but they fail to communicate between each other with this error :
"[ERROR] Failed to connect to peer wss://10.42.2.19/v3/*connect* [local ID=10.42.0.22]: websocket: bad handshake"
I tried this on 2.7.0 or 2.6.9, with the compatible RKE version and had no luck with both of them. A cert-manager config with self-signed certificates works fine in the same environment but unfortunately that's not what I would like to do.