AS4 server gets javax.crypto.AEADBadTagException when sign verification #193
Closed
binaradarsha
started this conversation in
General
Replies: 2 comments 1 reply
-
My assumption is, that the data was altered before it was passed to phase4. Common scenarios are using "text" transfer or some unintentional encoding between byte array and String. The follow up happens bilaterally - we will present the result here |
Beta Was this translation helpful? Give feedback.
1 reply
-
The problem was indeed using "text" mode instead of "binary" mode when copying data. By switching to "binary" mode the problem was solved. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
Our as4-inbound service gets the following error when processing a peppol document. As per the error stacktrace it looks like a signature verification failure, but could be something else as well. Could you please shed some light here, what XML tag exactly causing this issue?
Beta Was this translation helpful? Give feedback.
All reactions