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
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
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