You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using the v3.0 stable, I found that when the supernode encryption mode was on, and if the supernode OS and edge OS have time difference, usually above 1 minute, the edge failed to join the N2N, and no error output.
After time sync in both supernode and edge, the issue was solved. Would you add relevant error output when the underlayer failed to handshake due to encrypt/decrypt issue?
Yes, system clocks need to be somewhat in sync with header encryption enabled.
I just looked it up, there actually is an error message implemented for example here and some other places, but on TRACE_DEBUG level only so you can only see it when you run edge with -vvvvv, so when on bug hunt already.
Alternatively, you could just upgrade the error message level to TRACE_NORMAL in the code. I would advise against it because if this error occurs, you will get it for every packet arriving which would most likely look overwhelming in your regular log output.
Hi,
I am using the v3.0 stable, I found that when the supernode encryption mode was on, and if the supernode OS and edge OS have time difference, usually above 1 minute, the edge failed to join the N2N, and no error output.
After time sync in both supernode and edge, the issue was solved. Would you add relevant error output when the underlayer failed to handshake due to encrypt/decrypt issue?
My supernode config
My edge config
The text was updated successfully, but these errors were encountered: