Phase4 Error responses are not signed which leads to "Unable to verify document signature" error on failed sending attempt instead of the actual error message #626
Unanswered
alfchristensen
asked this question in
Q&A
Replies: 1 comment 20 replies
-
Please check the java version you use - such error can occur in java 17, where secure validation is activated by default. |
Beta Was this translation helpful? Give feedback.
20 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi!
After the successful test using the standalone to send a peppol document, I now need to implement the maven dependency in order to send documents using our actual application. I am using version 5.5.0 of both oxalis and as4.
When trying to return the test document to the testbed I get the following error:
"javax.xml.crypto.MarshalException: It is forbidden to use algorithm http://www.w3.org/2000/09/xmldsig#rsa-sha1 when secure validation is enabled" and "network.oxalis.api.lang.OxalisTransmissionException: Unable to verify document signature".
Any idea how I can solve this? Please see my pom.xml, oxalis.conf, java class, and log attached in the zip file.
Best Regards
Alf Christensen
files.zip
Beta Was this translation helpful? Give feedback.
All reactions