I don't have a strongly held opinion on whether Django should include this,
but if it's going to, it should include a *well configured* TLS server,
utilizing modern TLS cipher suites, TLS versions, etc. We shouldn't be yet
another part of the "well, it's not *my* job to configure OpenSSL
correctly" problem.

Alex

On Mon, May 11, 2015 at 6:30 PM, Florian Apolloner <f.apollo...@gmail.com>
wrote:

>
>
> On Monday, May 11, 2015 at 10:13:03 PM UTC+2, Steven Berry wrote:
>>
>> With all that said I'm in favor of what you suggest -- rely on gunicorn
>> where possible. However I don't think what I'm suggesting (and have already
>> implemented) fundamentally interferes with #21978. As far as I can tell the
>> django.core.servers.basehttp module exists solely for the runserver
>> command. And the contents therein aren't so much of a homegrown webserver
>> as they are convenient subclasses to Python's inherent
>> wsgiref.simple_server. The onus of maintenance lies largely in the
>> Python codebase.
>>
>
> It might not interfere,  but there are already perfectly fine alternatives
> like stunnel which provide you with TLS support. So unless there is a
> really compelling argument to TLS support to runserver itself (which I yet
> fail to see in this thread), I am -0 to -1. Keeping the code as simple as
> possible also makes migrations to a 3rd party server easier later on.
>
> Cheers,
> Florian
>
> --
> You received this message because you are subscribed to the Google Groups
> "Django developers (Contributions to Django itself)" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to django-developers+unsubscr...@googlegroups.com.
> To post to this group, send email to django-developers@googlegroups.com.
> Visit this group at http://groups.google.com/group/django-developers.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-developers/d4e1a606-3af4-43d2-90e4-bed9bcf28ebb%40googlegroups.com
> <https://groups.google.com/d/msgid/django-developers/d4e1a606-3af4-43d2-90e4-bed9bcf28ebb%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
>
> For more options, visit https://groups.google.com/d/optout.
>



-- 
"I disapprove of what you say, but I will defend to the death your right to
say it." -- Evelyn Beatrice Hall (summarizing Voltaire)
"The people's good is the highest law." -- Cicero
GPG Key fingerprint: 125F 5C67 DFE9 4084

-- 
You received this message because you are subscribed to the Google Groups 
"Django developers  (Contributions to Django itself)" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-developers+unsubscr...@googlegroups.com.
To post to this group, send email to django-developers@googlegroups.com.
Visit this group at http://groups.google.com/group/django-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-developers/CAFRnB2UEPSs-fa1SVB6K1qv394QmNpEn%2BQUT9EAOv8uz-GoOuQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to