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

talekclient read returns decryption failure with invalid signature #109

Open
mixmasala opened this issue Mar 11, 2024 · 0 comments
Open

Comments

@mixmasala
Copy link
Contributor

$ talekclient --verbose --config talek.json --create
Connection to RPC established.
New topic written to talek.handle.
$ talekclient --verbose --config talek.json --write "hello, world"
Connection to RPC established.
[Client] INFO: 2024/03/11 13:50:10 client.go:258: Reading bucket -1
[Client] INFO: 2024/03/11 13:50:10 client.go:128: Wrote [33 42 167 183](1024) to 192,944.
root@e6d0b67b79b7:/talek_shared# talekclient --verbose --config talek.json --read
Connection to RPC established.
[Client] INFO: 2024/03/11 13:50:16 client.go:258: Reading bucket 709
[Client] TRACE: 2024/03/11 13:50:17 handle.go:202: decryption failed for read 0 of bucket 709 [[0 0 0 0]](1024): Invalid Signature
[Client] TRACE: 2024/03/11 13:50:17 handle.go:202: decryption failed for read 1 of bucket 709 [[0 0 0 0]](1024): Invalid Signature
[Client] TRACE: 2024/03/11 13:50:17 handle.go:202: decryption failed for read 2 of bucket 709 [[0 0 0 0]](1024): Invalid Signature
[Client] TRACE: 2024/03/11 13:50:17 handle.go:202: decryption failed for read 3 of bucket 709 [[0 0 0 0]](1024): Invalid Signature
[Client] INFO: 2024/03/11 13:50:18 client.go:258: Reading bucket 517
[Client] TRACE: 2024/03/11 13:50:19 handle.go:202: decryption failed for read 0 of bucket 517 [[0 0 0 0]](1024): Invalid Signature
[Client] TRACE: 2024/03/11 13:50:19 handle.go:202: decryption failed for read 1 of bucket 517 [[0 0 0 0]](1024): Invalid Signature
[Client] TRACE: 2024/03/11 13:50:19 handle.go:202: decryption failed for read 2 of bucket 517 [[0 0 0 0]](1024): Invalid Signature
[Client] TRACE: 2024/03/11 13:50:19 handle.go:202: decryption failed for read 3 of bucket 517 [[0 0 0 0]](1024): Invalid Signature
[Client] INFO: 2024/03/11 13:50:20 client.go:258: Reading bucket 709
[Client] TRACE: 2024/03/11 13:50:21 handle.go:202: decryption failed for read 0 of bucket 709 [[0 0 0 0]](1024): Invalid Signature
[Client] TRACE: 2024/03/11 13:50:21 handle.go:202: decryption failed for read 1 of bucket 709 [[0 0 0 0]](1024): Invalid Signature
[Client] TRACE: 2024/03/11 13:50:21 handle.go:202: decryption failed for read 2 of bucket 709 [[0 0 0 0]](1024): Invalid Signature
[Client] TRACE: 2024/03/11 13:50:21 handle.go:202: decryption failed for read 3 of bucket 709 [[0 0 0 0]](1024): Invalid Signature
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant