Skip to content

Conversation

@acamq
Copy link
Owner

@acamq acamq commented Nov 22, 2025

The receiver was missing critical configuration options that the sender was setting, causing "room (secure channel) not ready" errors:

  • Added DisableLocal: true to match sender
  • Added HashAlgorithm: "xxhash" to ensure same hashing algorithm
  • Added RelayPorts to connect to the same relay ports

This configuration mismatch prevented sender and receiver from establishing a secure channel on the relay server.

Fixes channel negotiation errors when using runpodctl send/receive.

The receiver was missing critical configuration options that the sender
was setting, causing "room (secure channel) not ready" errors:
- Added DisableLocal: true to match sender
- Added HashAlgorithm: "xxhash" to ensure same hashing algorithm
- Added RelayPorts to connect to the same relay ports

This configuration mismatch prevented sender and receiver from
establishing a secure channel on the relay server.

Fixes channel negotiation errors when using runpodctl send/receive.
@acamq acamq merged commit 44cd286 into main Nov 22, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants