abhishek-ram / django-pyas2

AS2 file transfer Server built on Python and Django.
https://django-pyas2.readthedocs.io
GNU General Public License v3.0
78 stars 31 forks source link

Signature Failed #99

Open AvatarBhola opened 1 year ago

AvatarBhola commented 1 year ago

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)

marianomd commented 10 months ago

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?

AvatarBhola commented 10 months ago

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

marianomd commented 10 months ago

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

AvatarBhola commented 10 months ago

Thanks, it have worked with me.

chadgates commented 9 months ago

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