Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to connect until next restart after bad handshake #292

Closed
Quantumplation opened this issue Jul 13, 2024 · 2 comments
Closed

Unable to connect until next restart after bad handshake #292

Quantumplation opened this issue Jul 13, 2024 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@Quantumplation
Copy link
Contributor

If you attempt to connect via the dolos socket with an incorrect network magic, you will get an HandshakeProtocol(Plexer(AgentDequeue)) error.

However, even after correcting the network magic, subsequent connections will fail with connection refused:

ConnectFailure(Os { code: 61, kind: ConnectionRefused, message: "Connection refused" })
@Quantumplation
Copy link
Contributor Author

Note that, much like #293, the only indication that something is wrong comes when you shut down the node

2024-07-13T20:46:59.257467Z  INFO stage{stage="ledger"}: gasket::runtime: switching stage phase prev_phase=Teardown next_phase=Ended
Error:   × serve thread
  ├─▶ serving Ouroboros
  ╰─▶ server error: handshake version not accepted

@scarmuega
Copy link
Member

fixed by #297

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants