Re: Nginx vs Twisted Web

Richard Wall <[email protected]> Tue, 2 Jul 2013 15:41:46 +0100
Newsgroups gmane.comp.python.twisted.web
Message-ID <CABefbUoFuJ5NKq5rmuiY7JDNhPh93wvey2REWYyEE22pU-ppCg@mail.gmail.com>
On 2 July 2013 15:25, Tristan Seligmann <[email protected]> wrote:
> On Tue, Jul 2, 2013 at 3:25 PM, Richard Wall <[email protected]> wrote:
>> Another problem is that Twisted doesn't yet support SSL on adopted
>> sockets.
> Is there a bug report for this? I would have expected it to Just Work (using
> twisted.protocols.tls, that is).

Well I assumed it wasn't possible when I wrote the systemd howto, but
actually I'm not 100% sure. I've never actually tried it.

There was this comment by exarkun
 * https://twistedmatrix.com/trac/ticket/5248#comment:6

Which I didn't undestand at the time, but perhaps you can just pass a
prewrapped factory to the listen or adoptStreamPort methods.

-RichardW.