AS2

Beschreibung

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

Error after upgrade of AS2

Forum
AS2

Receiving error after upgrading from older version of OpenSource AS2 to latest version. (Build 63). Followed instructions in upgrade_howto.txt for Windows install. Error when launching AS2.exe.

Unable to read keystore: No read access allowed to "C:\mendelson\opensource\as2\jetty9\etc\keystore.

However there is no jetty9 directory as this new version should be using jetty10. Any help would be appreciated.

Commercial vs Community Cert Question

Forum
AS2

Hi,

We're looking at deploying this so we've downloaded the community version. There are some features that are greyed out; specifically with the cert piece - there isn't a way to generate a certificate. Is this because it's the community version? The comparison sheet does show that the community version support cert management however?

Can someone confirm this?

Thanks.

Annual switch-over to new PKI/certificate set

Forum
AS2

Hi, we use a wildcard certificate which changes annually. I sent my partners the new public key, and I uploaded the new private key to my own Partner account.

Question :
Does mendelson AS2 automatically switch to the new PKI set on the day the old certificate dies ?
And what about my partners, will their AS2 instances use the new public key automatically.

OR

Do I have to coordinate with each of my partners to put the new PKI set in production?

thanks

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
}