Philip Helger
Philip Helger
Hi Alex, * You are on an old version of as2-lib - please update to the latest version :) * do you use a PKCS12 or JKS keystore? Are you...
I don't fully understand the consequences of your changes, so I need to take some time. Please be patient with me :)
That one can be closed, as "pendingmdninfo" and "pendingmdn" can be set on the message processor - right?
I think this one is resolved in the meantime. Feel free to open it up again, if you feel that something needs to change.
I think I understand the problem. Officially the AS2 RFC defines a way how to do things (compress before sign or sign before compress). I need to check which one...
Ok. Quote from RFC 5402, chapter 3 > When compressing a document that will be signed, the application MAY compress the innermost MIME body before signing (see Sections 3.2 and...
Thanks for your thorough analysis 👍🏼 I just currently don't have the immediate capacity to process your issue. But you provided all the relevant information!
I checked with the latest version (4.11.0-SNAPSHOT) with my `MainSendToMendelsonTestServerPlayground` example application, using MD5 as the signing algo and `3des` as the (insecure) encryption algorithm: 1. No compression: `NcyVevXfkQbXw9ydKLxcyw==, md5`...
Hi, unfortunately I cannot find the exact source of the exception. Instead I am pointing you to the source of HTTP chunked encoding: RFC 7230, section 4.1: https://datatracker.ietf.org/doc/html/rfc7230#section-4.1 According to...
Well, the error is clearly on the sender side. If they claim to use "chunked encoding" they need to follow the specification. Outcommenting these lines means handling the messages as...