Dmytro Lapko
Dmytro Lapko
Yes, because you did not define endpoint URL, certificate, and all other parts mentioned in the documentation example for CEF connectivity test or in my example - that is why...
Looks like the file you passed as --cert is not valid :) E.g. try to rename its extension to *.crt and open as windows - it should be openable and...
Yes, that is what I worried about... But looks like we are close :) In the doc file about CEF connectivity https://github.com/OxalisCommunity/Oxalis-AS4/blob/master/docs/CEF-connectivity.md it is mentioned another protocol for this: `--protocol...
We are close :) What is the payload you sent? I guess they have Domibus on their side, the message about "No matching dynamic discovery processes found for message" means...
Hi @pierfrancesco72! I hope you did not give up and successfully passed the test, did you? ;)
Please take a look at https://github.com/OxalisCommunity/oxalis/blob/dbfe795607ad2cdd55b4df38b9deb48b9b26eb48/Dockerfile-Java-17#LL5C0-L27C0 maybe it helps.
Algorithm http://www.w3.org/2000/09/xmldsig#rsa-sha1 is blocked not by Oxalis, but by Java since something like v.17. Until 01.06.2024, in order to run on new Java versions starting from 17, you should manually...
Oxalis does not limit SHA1 or SHA256 - it is Java core limitation. And there is no possible switch from SHA1 to SHA256, because it is SMP response whose digest...
As you maybe noticed, 2 other changes in Oxalis I have already copied from ERST code base - described in the task https://github.com/OxalisCommunity/oxalis/issues/623 and https://github.com/OxalisCommunity/Oxalis-AS4/issues/206 with linked pull requests. This...
These helm charts are mostly for test purposes on our DEV server to simplify upgrades of Domibus. The main challenge with Helm was to have some convenient way to customize...