Hi guys,
I'm having the following error :
I'm using Seeburger AS2 adapter and I'm trying to receive a message from an external partner.
I've the corresponding configs on the sender agreement from the external partner:
sender agreement
Sender Configuration
Authentication Certificate : \AS2\testPartner
Receiver Configuration
Decryption Key: \AS2\testMykey
Signing Key: \AS2\testMyKey
And I'm getting the following error
Error while parsing AS2 message: DECRYPTION_ERROR # Error while loading decryption certificate: com.seeburger.ksm.cryptoapi.exception.CryptoApiException: java.security.PrivilegedActionException: com.seeburger.ksm.cryptoapi.exception.CryptoApiException: There is no key entry with such alias in keystorecom.seeburger.ediint.edi.EDIMessageException: cannot decrypt message (certificate or private key missing)
I've tried several certificates, generated other keys but the error is always the same....
It seems that the alias is not found? But it's there...
Does anyone had the same problem?