Hi all, I have rancher HA 2.8.5 and one downstream...
# general
w
Hi all, I have rancher HA 2.8.5 and one downstream rke2 cluster v1.27.16. SSL termination is set on F5 LB. After rancher upgrade to 2.9.3 cattle-cluster-agent in downstream cluster cannot access rancher. I see next in the agent logs
Copy code
time="2025-05-15T19:49:05Z" level=error msg="Failed to connect to proxy. Empty dialer response" error="remote error: tls: handshake failure"                                                                
time="2025-05-15T19:49:05Z" level=error msg="Remotedialer proxy error" error="remote error: tls: handshake failure"
and in rancher logs I see
Copy code
2025/05/15 19:29:49 [INFO] error in remotedialer server [400]: read tcp 10.42.2.18:443->10.42.0.24:43190: use of closed network connection
2025/05/15 19:29:49 [ERROR] Failed to serve peer connection 10.42.0.24: websocket: close 1006 (abnormal closure): unexpected EOF
2025/05/15 19:29:49 [ERROR] Failed to handle tunnel request from remote address 10.42.1.27:42104: response 400: cluster not found
2025/05/15 19:32:17 [ERROR] Error during subscribe websocket: close sent
2025/05/15 19:39:27 [ERROR] Error during subscribe websocket: close sent
2025/05/15 19:41:35 [ERROR] Error during subscribe websocket: close sent
2025/05/15 19:52:13 [ERROR] Error during subscribe write tcp 10.42.2.18:80->10.42.2.20:59418: write: broken pipe
Any suggestion where to look?