Re: [Twisted-Python] Twisted 16.3.0 Prerelease 2 Announcement

2016-07-11 Thread Cory Benfield
> On 11 Jul 2016, at 01:45, Glyph Lefkowitz wrote: > > >> On Jul 9, 2016, at 10:30 AM, Paweł Miech > > wrote: >> >> My question is: should user deal with this kind of stuff themselves? If some >> ciphers are blacklisted in HTTP2 shouldn't this be handled somewhere i

Re: [Twisted-Python] Twisted 16.3.0 Prerelease 2 Announcement

2016-07-11 Thread Glyph Lefkowitz
> On Jul 11, 2016, at 3:35 AM, Cory Benfield > wrote: > >> >> On 11 Jul 2016, at 01:45, Glyph Lefkowitz > > wrote: >> >> >>> On Jul 9, 2016, at 10:30 AM, Paweł Miech >> > wrote: >>> >>> My question is: shoul

Re: [Twisted-Python] Twisted 16.3.0 Prerelease 2 Announcement

2016-07-11 Thread Paweł Miech
Thanks for input everyone! @Cory > right now it seems like the only thing we could do is detect when HTTP/2 is literally impossible to support (e.g. when there is no TLS 1.2 support) This seems to suggest that Ubuntu 16.04 (the system I'm testing) does not support ciphers required by HTTP2. But

[Twisted-Python] PyPy buildbot, less failed tests

2016-07-11 Thread Craig Rodrigues
I would like to acknowledge the contributions of Ville Skyttä who submitted several patches to close open file descriptors in various Twisted tests. I looked at these two PyPy builds: https://buildbot.twistedmatrix.com/builders/ubuntu16.04-pypy5/builds/207 52 Failed tests (20 failures, 32 errors)

[Twisted-Python] Trial running tests on Windows Python 3

2016-07-11 Thread Craig Rodrigues
I have committed some fixes to trunk, and now trial is running tests on Windows Python 3. This buildbot is one example build with Python 3.5: https://buildbot.twistedmatrix.com/builders/win2012r2-64-py3.5/builds/12 There are some test failures, but a lot of things are passing. One nice thing to

Re: [Twisted-Python] Twisted 16.3.0 Prerelease 2 Announcement

2016-07-11 Thread Craig Rodrigues
On Mon, Jul 11, 2016 at 2:04 PM, Paweł Miech wrote: > 1) They say ciphers should be set to ssl_ciphers > EECDH+CHACHA20:EECDH+AES128:RSA+AES128:EECDH+AES256:RSA+AES256:EECDH+3DES:RSA+3DES:!MD5; > > This long string does not mean much to me, but reading email from Amber > again I see it differs sl

Re: [Twisted-Python] Twisted 16.3.0 Prerelease 2 Announcement

2016-07-11 Thread Glyph Lefkowitz
> On Jul 11, 2016, at 4:42 PM, Craig Rodrigues wrote: > > In an earlier e-mail you mentioned that you were using Python 3. Is that > still true? Seconded - it would be very interesting to know if switching to python 2 fixes your issue. :)___ Twiste