django-pyas2
django-pyas2 copied to clipboard
AS2 file transfer Server built on Python and Django.
Django recently released version 4.2, and with that version came a new settings / storage handler: https://docs.djangoproject.com/en/4.2/ref/settings/#storages https://docs.djangoproject.com/en/4.2/ref/files/storage/#django.core.files.storage.get_storage_class I know that for messages in pyas2 the FileField is utilized, making...
What is exactly meant by - https://django-pyas2.readthedocs.io/en/latest/index.html#:~:text=Support%20for%20SSL%20client%20authentication ? mTLS or something else?
When I tried installing Pyas2 I keep getting this error. File "/django_pyas2/manage.py", line 22, in main() File "/django_pyas2/manage.py", line 18, in main execute_from_command_line(sys.argv) File "/usr/local/lib/python3.7/site-packages/django/core/management/__init__.py", line 419, in execute_from_command_line utility.execute()...
Environment: Request Method: POST Request URL: http://217.x.x.138:8084/pyas2/as2send/?partner_id=8xxxxxx Django Version: 4.1.4 Python Version: 3.10.6 Installed Applications: ['django.contrib.admin', 'django.contrib.auth', 'django.contrib.contenttypes', 'django.contrib.sessions', 'django.contrib.messages', 'django.contrib.staticfiles', 'pyas2'] Installed Middleware: ['django.middleware.security.SecurityMiddleware', 'django.contrib.sessions.middleware.SessionMiddleware', 'django.middleware.common.CommonMiddleware', 'django.middleware.csrf.CsrfViewMiddleware', 'django.contrib.auth.middleware.AuthenticationMiddleware', 'django.contrib.messages.middleware.MessageMiddleware',...
Hello! By default Django models.FileField is limited to 100 chars. In some cases this limit is too small for payload fields in Mdn and Message tables. This cause problems with...
We've been exploring ways to interact with the AS2 server programmatically, and a REST API seems like a great fit. Have you thought about incorporating a REST API for listing,...
Hello, I encountered an error during deployment, which states: "ERROR: Cannot install cryptography~=37.0.4 and pyas2lib because these package versions have conflicting dependencies" I attempted to resolve this issue by updating...
This is a question about best practice. If I need to create a new field in the tables specific to my business, for example, a new field in Partner, I...
Hello, Is there a way to store the received message payload file in an AWS S3 bucket instead of creating a 'messages' directory in the root project folder? My service...
I've set file size limits for outbound AS2 messages, but I'm facing a challenge with inbound messages due to compression. Since the data is compressed, it's hard to set an...