OpenAS2 4.1.0 – How to retain and inspect the complete synchronous MDN response #583
Unanswered
johnchao77
asked this question in
Q&A
Replies: 1 comment
|
Your running image is not an OpenAS2 release and you will need to talk to the source repository owner for information about it as I am unwilling to spend my time on someone else's copy of this project.. To answer your questions specifically for OpenAS2 releases:
Most likely all your MDN's are stored somewhere but you will have to figure that out or ask the provider of your image.
OpenAS2 does not yet provide a pre-built docker image but will provide one in the 5.X version which will be released some time this year. You can build a docker image yourself - instructions can be found here: |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hello,
We are running OpenAS2 4.1.0 in Docker:
Image:
greicodex/openas2:4.1.0
For outbound AS2 messages using synchronous MDN, the log shows:
Message sent and response received
Pending MDN MSG FILE deleted
The pendingMDN3 and pendinginfoMDN3 directories are empty after the
transaction, and we cannot locate the corresponding outbound MDN file or
the original HTTP response body.
We need to retain the complete MDN evidence for every outbound message,
including:
Could you please clarify:
In OpenAS2 4.1.0, does “Pending MDN MSG FILE deleted” mean that a
positive MDN with “Disposition: processed” was validated, or can the
pending record also be deleted after another parsable HTTP/MDN response?
Does OpenAS2 4.1.0 save the complete synchronous MDN anywhere by
default?
Which configuration or logging options should be enabled to retain the
complete synchronous MDN response?
Does OpenAS2 4.9.0 provide improved MDN persistence or an API for
retrieving the stored MDN file path?
Is there a recommended safe upgrade path from 4.1.0 to 4.9.0 for a
Docker deployment using file-based partnerships and a PKCS12 keystore?
Thank you.
All reactions