Changes between Initial Version and Version 1 of Ticket #25921
- Timestamp:
- Dec 11, 2015, 11:37:13 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #25921 – Description
initial v1 1 Hi. The builtin '''manage.py check --deploy''' encourages to enable all the available securities, including SECURE_SSL_REDIRECT that actually redirect any non HTTP request to a HTTPS request. However '''manage.py runserver''' does not allow HTTPS request . It is too bad that we cannot test all the available options in development before we deploy an app.1 Hi. The builtin '''manage.py check --deploy''' encourages to enable all the available securities, including SECURE_SSL_REDIRECT that actually redirect any non HTTP request to a HTTPS request. However '''manage.py runserver''' does not allow HTTPS requests. It is too bad that we cannot test all the available options in development before we deploy an app. 2 2 3 3 The existing [https://github.com/teddziuba/django-sslserver django-sslserver] solves the issue, quite simply. But on the other hand, '''manage.py runsslserver''' does not allow simple HTTP request.