[Twisted-Python] Twisted web, giant-file POST forwarding and early bail-out.

2013-07-09 Thread Rob Meijer
data before I can notify the client that something went wrong. It seems I am either missing something blindingly obvious or Twisted Web simply isn't meant to be used this way. I hope someone can give me some directions how to make this giant-file-post forwarding and early-bail-out scenari

[Twisted-Python] Determine TLS version from within request handler ? (twisted web)

2013-11-06 Thread Rob Meijer
I'm using twisted web for an https connection. At first I start with creating and configuring a ssl.DefaultOpenSSLContextFactory derived class that disables SSLv2 and SSLv3. So (basically we're left with TLS1.0 and up) and forces the use of a single strong (non RC4 but BEAST vulnerable) cipher. Th

Re: [Twisted-Python] Determine TLS version from within request handler ? (twisted web)

2013-11-11 Thread Rob Meijer
On Wed, November 6, 2013 15:38, exar...@twistedmatrix.com wrote: > On 11:43 am, rmei...@xs4all.nl wrote: >>I'm using twisted web for an https connection. At first I start with >>creating and configuring a ssl.DefaultOpenSSLContextFactory derived >>class >>that disables SSLv2 and SSLv3. So (basicall