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
with both rmb clients (ts,go) connections from specific twin (ops wallet) to specific node (1,10,...) failed.
ashraf/hanafy suspect that the pk of the caller twin was corrupted at sometime and called the node, which cached this pk and it will never invalidate it, so after the pk fixed again the node still encrypt the response with the corrupted pk. and so we can't decrypt the response in the client side.
reproduce and validate that it is the invalid cache
could the pk change? should we invalidate?
The text was updated successfully, but these errors were encountered:
with both rmb clients (ts,go) connections from specific twin (ops wallet) to specific node (1,10,...) failed.
ashraf/hanafy suspect that the pk of the caller twin was corrupted at sometime and called the node, which cached this pk and it will never invalidate it, so after the pk fixed again the node still encrypt the response with the corrupted pk. and so we can't decrypt the response in the client side.
The text was updated successfully, but these errors were encountered: