creamy-pencil-82913
09/08/2025, 4:16 PMnumerous-agency-66232
09/08/2025, 4:18 PMtarget cluster, it has successfully created the rancher pieces.
So the error that it’s bubbling up is not actually the issue but rather it’s from the target cluster to the rancher url in source cluster?numerous-agency-66232
09/08/2025, 4:47 PMtarget for
• source cluster rancher LB
• source cluster node SG where the rancher pod resides
The error persists 😞 It’s tough to troubleshoot if the error bubbled up is not actually the error
In the source cluster I see the following logs
2025/09/08 16:39:00 [INFO] Loaded configuration from <https://releases.rancher.com/kontainer-driver-metadata/release-v2.12/data.json> in [0x10b7ed60]
I0908 16:39:01.080445 42 warnings.go:110] "Warning: v1 ComponentStatus is deprecated in v1.19+"
2025/09/08 16:39:20 [INFO] Handling backend connection request [c-9jl5c]
2025/09/08 16:39:49 [INFO] error in remotedialer server [400]: websocket: close 1006 (abnormal closure): unexpected EOF
c-9jl5c is the unique string i see for the registration yaml from source that I ran in the target cluster
I’ll try re-running the curl but I don’t think the config has changed, just SGscreamy-pencil-82913
09/08/2025, 5:08 PMnumerous-agency-66232
09/08/2025, 5:08 PMcreamy-pencil-82913
09/08/2025, 5:08 PMnumerous-agency-66232
09/08/2025, 5:09 PMcreamy-pencil-82913
09/08/2025, 5:10 PMcreamy-pencil-82913
09/08/2025, 5:11 PMnumerous-agency-66232
09/08/2025, 5:12 PMcattle-cluster-agent pod I can even curl the Rancher URL and get a responsecreamy-pencil-82913
09/08/2025, 5:14 PMnumerous-agency-66232
09/08/2025, 5:15 PMtime="2025-09-08T16:48:39Z" level=info msg="starting cattle-credential-cleanup goroutine in the background" │
│ time="2025-09-08T16:48:39Z" level=info msg="Listening on /tmp/log.sock" │
│ time="2025-09-08T16:48:39Z" level=info msg="Rancher agent version v2.12.1 is starting" │
│ time="2025-09-08T16:48:39Z" level=error msg="unable to read CA file from /etc/kubernetes/ssl/certs/serverca: open /etc/kubernetes/ssl/certs/serv │
│ time="2025-09-08T16:48:40Z" level=info msg="Connecting to <wss://rancher.MYDOMAIN.com/v3/connect/register> with token starting with k4zhc5 │
│ time="2025-09-08T16:48:40Z" level=info msg="Connecting to proxy" url="<wss://rancher.MYDOMAIN.com/v3/connect/register>"creamy-pencil-82913
09/08/2025, 5:20 PMcreamy-pencil-82913
09/08/2025, 5:20 PMnumerous-agency-66232
09/08/2025, 5:31 PMcreamy-pencil-82913
09/08/2025, 5:43 PMnumerous-agency-66232
09/08/2025, 5:45 PMcurl -vk --http1.1 "https://${HOST}/v3/subscribe" \
-H "Cookie: ${RSESS}; ${CSRF}" \
-H "X-Api-Csrf: ${CSRF#CSRF=}" \
-H "Connection: Upgrade" \
-H "Upgrade: websocket" \
-H "Sec-WebSocket-Version: 13" \
-H "Sec-WebSocket-Key: dGhlIHNhbXBsZSBub25jZQ==" \
-H "Origin: https://${HOST}"
Returns
< HTTP/1.1 101 Switching Protocols
< Date: Mon, 08 Sep 2025 17:42:19 GMT
< Connection: upgrade
< Upgrade: websocket
< Sec-WebSocket-Accept: s3pPLMBiTa3sdfYGzaa2adK+xOo=numerous-agency-66232
09/09/2025, 4:00 PM