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 have the following problem occurring. I run it as the following:
./coniksclient run
register alice key
Error: [coniks] The hash chain is inconsistent. Maybe the client missed an epoch in between two commands, monitoring isn't supported yet.
I am not quite sure what this error message means. There are no errors and no warnings on the server side. But when I run the same command again :
register alice key
The same error message occurs on the client, but there is a warning on the server side this time "[coniks] Registering identity is already registered".
I believe that means the key has already been created with the first time, because when I run lookup:
lookup alice
The same error message occurs on the client, no warnings on the server side. lookup bob
But searching another name results in a warning on the server side "[coniks] Searched name not found in directory"
I couldn't find a solution to this, I believe my configurations are correct based on the information given, could you please help me?
I am also wondering if there is a method, a file or a folder that I can see all recorded name-key bindings?
The text was updated successfully, but these errors were encountered:
Can you try to re-run CONIKS with the release 0.1.1 and see if there is still the same problem? We made some changes with the application layer and the CLI in the latest release (they're supposed to be a part of big incoming changes), so that can cause some bugs.
I am also wondering if there is a method, a file or a folder that I can see all recorded name-key bindings?
Hello,
Thanks for the Go version of your software.
I have the following problem occurring. I run it as the following:
I am not quite sure what this error message means. There are no errors and no warnings on the server side. But when I run the same command again :
I believe that means the key has already been created with the first time, because when I run lookup:
lookup alice
The same error message occurs on the client, no warnings on the server side.
lookup bob
But searching another name results in a warning on the server side "[coniks] Searched name not found in directory"
I couldn't find a solution to this, I believe my configurations are correct based on the information given, could you please help me?
I am also wondering if there is a method, a file or a folder that I can see all recorded name-key bindings?
The text was updated successfully, but these errors were encountered: