AS2

Beschreibung

Post related to the community version of mendelson AS2. For commercial requests please contact the mendelson support (service@mendelson.de)

canonicalization when using Content-Tranfer-Encoding: binary

Forum
AS2

I am sending files using Mendelson AS2.

When using 'Content-Transfer-Encoding: binary', my partner gets signature verification errors if the original file uses "\n" for line endings.

The file content received by the partner has had the line endings changed from "\n" to "\r\n", but the digital signature was calculated on the original content, which used "\n". (We have verified that if the receiving side strips out the extra "\r" characters, we are able to get a successful signature verification.)

Problem sending the certificate along with request (MTLS)

Forum
AS2

We are trying to send a file to a partner via mendelson as2, but a 401 error occurs.
From the side of the partner, they answered that we are not sending the certificate along with request.
At Partner end, there no user and password for authentication and it is support certificate authentication only.
They sent the following information from the log:
{
"ssl_fc_has_sni": "1",
"ssl_mtls_used": "0",
"ssl_fc_sni": "test.ich4ls.net.sap",
"ssl_mtls_has_crt": "0",
"message_code": 401
}

SendOrderAccessDB.add: Data cache size limit is reached: 10000

Forum
AS2

I make some tests with Mendelson AS2 1.1 build 59.
With some messages to send, there is this error message:
SendOrderAccessDB.add: Data cache size limit is reached: 10000
Is it possible to increase the Data cache size ?
Or is there any other solutions ?

Thanks for your help

as2 web interface

Forum
AS2

Hi,

it seems that the tha same information we have on tha java app, can be reached via a web interface (so from a client on the same lan), but I cannot find any guide or forum discussion how to activate it.
If I go to the link http://localhost:8080/webas2 I received an ERR_CONNECTION_REFUSED and the port 8080 doesn't seem in listening on the server, so I suppose there are a way to start the webserver.
Can you help me?