#25921: Make runserver handle HTTPS requests.
-------------------------------+-----------------------------------
     Reporter:  azmeuk         |      Owner:  nobody
         Type:  New feature    |     Status:  new
    Component:  HTTP handling  |    Version:  master
     Severity:  Normal         |   Keywords:  runserver, ssl, https
 Triage Stage:  Unreviewed     |  Has patch:  0
Easy pickings:  0              |      UI/UX:  0
-------------------------------+-----------------------------------
 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.

 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.

 I think this would be a good idea to enhance the current runsslserver with
 what we can find in django-sslserver, so in the end it can handle both
 HTTP and HTTPS requests.

 I am OK to make a merge request if you are interested.

--
Ticket URL: <https://code.djangoproject.com/ticket/25921>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/049.e324e3c32e4f290b026e848a98676918%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to