immudb-client-examples icon indicating copy to clipboard operation
immudb-client-examples copied to clipboard

Verification only works till immudb:1.1

Open ghost opened this issue 3 years ago • 0 comments

When you configure the java client io.codenotary:immudb4j:0.9.0.6 and the server for using a signing key, the verification fails if the immudb server version >= 1.2+

If you downgrade the server version, it works.

io.codenotary.immudb4j.exceptions.VerificationException: Data is corrupted (dual proof verification failed). at io.codenotary.immudb4j.ImmuClient.verifyDualProof(ImmuClient.java:742) at io.codenotary.immudb4j.ImmuClient.verifiedSet(ImmuClient.java:664) at io.codenotary.immudb4j.ImmuClient.verifiedSet(ImmuClient.java:628)

ghost avatar May 12 '22 08:05 ghost