Changes between Initial Version and Version 1 of Ticket #25921


Ignore:
Timestamp:
Dec 11, 2015, 11:37:13 AM (9 years ago)
Author:
Éloi Rivard
Comment:

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.
     1Hi. 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.
    22
    33The 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.
Back to Top