Frode Bjerkholt
Frode Bjerkholt
It is worth mentioning that the BusdoxLocator implementation is a bit simple. It will respond with "Identifier '%s' is not registered in SML." even in situations where the SML responds...
I will add XML schema validation of the receipt.
If you know which algorithm it is, you can use something like this in As4CommonModule.init: `Security.setProperty("jdk.security.provider.preferred", "AES/GCM/NoPadding:BC");` or generally: `Security.setProperty("jdk.security.provider.preferred", ":BC");`
I am not working on the Oxalis project anymore, my note was just a tip for @aaron-kumar. He probably should debug to check why the SUN provider is being used...
Hmm - I am just inspecting the Domibus client code and see that they are using the following snippet: ```java if (endpoint.startsWith("https://")) { final TLSClientParameters params = tlsReader.getTlsClientParameters(domain); if (params...
I found the following in the CXF documentation: "When using an "https" URL, CXF will, by default, use the certs and keystores that are part of the JDK. For many...
Is the certificate trusted by Oracle as mentioned in the following statement from PEPPOL? "Your AP must implement HTTPS with certificate chains to Certificate Authorities (CAs) which are trusted by...
Could it be something like [this](https://stackoverflow.com/questions/28908835/ssl-peer-shut-down-incorrectly-in-java)?
I see that Domibus sets TLSv1.2 - Maybe I should try the same?
Do you send to different APs and do know what software is running on each of these APs?