django-pyas2 icon indicating copy to clipboard operation
django-pyas2 copied to clipboard

AS2 file transfer Server built on Python and Django.

Results 44 django-pyas2 issues
Sort by recently updated
recently updated
newest added

example/urls.py is missing the import statement to properly support include

I've tried to add private key without password and I got 500: ``` File "/src/django-pyas2/pyas2/forms.py", line 98, in clean cleaned_data["key_file"], cleaned_data["key_pass"] Exception Type: KeyError at /en/admin/pyas2/privatekey/add/ Exception Value: 'key_pass' ```...

Would like to know about - max file size that pyAS2 support - max number of concurrent file transfers that pyAS2 support @abhishek-ram Can you please share some insights based...

Suggest to add a functionality for handling change of certificates in a smooth way. I have been approached by a partner as follows: > We will change our Production environment...

Is this an issue with the Partner's certificate (public certificate)? A partner sent over two .cer files (cert.cer and ca.cer), I'm getting a 'Partner Certificate Invalid: unable to get local...

is this module available in py 3.6? Or only 3.7? Is django-pyas2 still supporting 3.6?

Am wondering about the way currently ASYNC MDN's are sent. Currently I do have the MDN sending job run every 10 minutes to clean up, which works fine. But is...

Send an email to managers for any message transmission errors

Hi, There is a more elegant way to trigger a received message event without monkey patching 'run_post_receive' like I did below? ``` from pyas2 import utils import requests old_run_post_receive =...