-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Possibility to alter receive URL path? #117
Comments
@MightyGorilla : just change the urls.py of the django project to something like this: ` urlpatterns = [ More about URLs is here: https://docs.djangoproject.com/en/4.1/topics/http/urls/ (I suggest to use django version < 4.2 - there are issues). |
@chadgates Thanks! |
I get issues with Posix Path/Default Storage and Suspicious File Operations under 4.2 ... but it might be just my setup... |
@MightyGorilla : The Django >=4.2 thingy - I investigated and found following to be the case depending on if you set DATA_DIR or not:
I tried a PR #119 ... let's see ... |
Thanks for the detail (and the fix)! I patched our install with your update- I still need to setup a another instance to send some traffic between the two to test. |
First of all, this is a great project & thanks for your work!
We have an existing AS2 system and I was investigating the possibility of just moving our keys and certs and then updating our DNS and not having to send a different endpoint URL out to partners. Is there a supported/reasonable way to alter the directory portion of the URL or is that a dumb idea?
For example changing:
http://myserver.com:5080/pyas2/as2receive
to something likehttp://myserver.com:5080/inbound
Thanks
Travis-
The text was updated successfully, but these errors were encountered: