Unable to send unsigned documents via standalone tool - "Unable to verify document signature" error #15
Replies: 5 comments 11 replies
-
|
We send unsigned docs just fine... Maybe attach one of your test documents. And the complete output from running the Oxalis command. |
Beta Was this translation helpful? Give feedback.
-
|
Not sure. Maybe try removing some of the settings. Only oxalis.keystore should be necessary. We also start java differently, though I don't know if it matters: Does the java process have write access to the current directory, to save the results? |
Beta Was this translation helpful? Give feedback.
-
|
Java version? Oxalis version? The error message seems to come from Vefa-Peppol: I guess we should hope for a reply from one of the experts... |
Beta Was this translation helpful? Give feedback.
-
|
Looking again at Vefa-Peppol, it seems that XmldsigVerifier is used by parseServiceMetadata. That means that the problem is likely the data returned from the SMP, not your local installation at all! Now I use Helger's site to check the receiver 0201:agidob with the Peppol test SML: And indeed, it complains about wrong signature algorithms. |
Beta Was this translation helpful? Give feedback.
-
|
I've create a feature request for a better error message: |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
When trying to send a file using the standalone tool, the following error is returned:
The standalone command used (executed in the folder containing the standalone jar) is:
The configuration file (oxalis.conf) is as follows (with sensitive information redacted):
Our intention is to send unsigned documents, but it appears that Oxalis-ng still enforces signature verification even if the document is unsigned. Furthermore, we encounter the same "Unable to verify document signature" error when sending signed documents as well.
Is there a way to disable signature verification or a recommended method to properly send both unsigned and signed documents using the standalone tool?
Beta Was this translation helpful? Give feedback.
All reactions