abhishek-ram/django-pyas2

Signature Failed

Opened this issue · 5 comments

I am trying to process a MDN from one of my partners. However they keep on getting a authentication error while I'm keep on getting a signature error. I checked the cert files and they are all fine. The program is running on a HTTP server. I made my own cert files, and I followed the tutorial word by word.

Any help would be appreciated.

(P.S the partner is using IBM AS2 sterling for their platform)

I have the same problem. I suspect they're using IBM sterling too.

Could you solve it?

This article talks about using SHA-1 only.

Or could this be a MIME type mismatch?

Unfortunately, I was unable to find a solution. We did tried SHA1 but it didn't work.

We had to go with encryption only. Then it works.

Thanks, it have worked with me.

Most probably this is related to this: abhishek-ram/pyas2-lib#47
I did fix it in my fork temporarily but did not have time yet to make PR here.