Passer au contenu

AS2 Authentication failure when sending but not when receiving

0

When trying to send to a partner, I get a JSON response with MDN_RESPONSE_INDICATES_AUTHENTICATION_FAILED. However, when receiving from a partner, there is no issue. What's odd to me is that the signing and encryption certificates are the same on both sides. Both my own server and the server I'm connecting to only uses one certificate for both signing and encryption. I've also confirmed on both our own server and their server that the fingerprints are the same. So what could be the issue with the certificates?

demandé il y a un an221 vues
2 réponses
0

Good day,

To answer your question, we require details that are non-public information. Please open a support case with AWS using the following link.

Regards, MB

AWS
répondu il y a un an
0

Hello!

Make sure you follow the guidelines for importing and connecting certificates to profiles as specified in the AS2 documentation, specifically for Outbound signing certificates: https://docs.aws.amazon.com/transfer/latest/userguide/managing-as2-partners.html#configure-as2-certificate.

It is possible for the Inbound workflow to succeed but still have issues with the Outbound workflow. Although there are less points of failure because you are using the same certificates and private keys for encryption and signing, it is still useful to review the following items:

  • The LOCAL and PARTNER profiles are configured correctly for you and your trading partner
    • You receive your partner’s encryption/signing public key and attach it to the PARTNER profile
    • Your encryption/signing public key and private key are imported and attached to your local profile for both SIGNING and ENCRYPTION.
  • The correct profiles are attached to the Connector such that you are configured to send a message to your trading partner
  • You sent your encryption/signing public key to the partner and your partner attached the public key to their server.

Please open a support ticket if you are still experiencing this issue

AWS
répondu il y a un an

Vous n'êtes pas connecté. Se connecter pour publier une réponse.

Une bonne réponse répond clairement à la question, contient des commentaires constructifs et encourage le développement professionnel de la personne qui pose la question.