-
-
Notifications
You must be signed in to change notification settings - Fork 40
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
Connection handshake failure for TCP connections #50
Comments
It looks like they fail to do proper BOLT-8 handshake. I tested handshakes in LNP Node <-> c-lightning combination, and not with two LNP Nodes. Will check and try to fix |
Thanks Maxim. Listener's log at this revision:
|
Ok, found the reason: the accepting part does not initiates encrypted brontide connection. Working on the solution. |
Glad to report that the issue is fixed now. Al you have to do is to update to the v0.6.1 of both The problem was caused by Brontide API inconsistency. |
Classify the bug
Put
x
in the boxes below:Describe the problem
lnp-node peers don't perform the connection handshake either in the
0.5
release cycle nor with0.6.0-beta.1
.To Reproduce
Steps to reproduce the behavior:
lnp-cli -c 127.0.0.1:$RPC_PEER_A listen
lnp-cli -c 127.0.0.1:$RPC_PEER_B connect $PEER_ID_PEER_A@$IP_PEER_A:9735
Expected behavior
A clear and concise description of what you expected to happen.
Logs
Log excerpt from peer A:
Additional context
Peers connected via TCP
Other links
Please provide links and references to the affected repositories, code samples etc.
The text was updated successfully, but these errors were encountered: