Re: [Twisted-Python] Twisted 14.0.0pre5 Announcement

2014-05-01 Thread Glyph Lefkowitz
On May 1, 2014, at 1:08 PM, Hynek Schlawack wrote: > On 1 May 2014, at 21:28, Glyph Lefkowitz wrote: > >>> When I connect to the hosts you mention using openssl (don’t forget to set >>> -servername if you play along) I only get TLSv1. Is it possible that >>> there’s some custom TLS code layi

Re: [Twisted-Python] Twisted 14.0.0pre5 Announcement

2014-05-01 Thread Hynek Schlawack
On 1 May 2014, at 21:28, Glyph Lefkowitz wrote: When I connect to the hosts you mention using openssl (don’t forget to set -servername if you play along) I only get TLSv1. Is it possible that there’s some custom TLS code laying around? As far as I can see, only

Re: [Twisted-Python] Twisted 14.0.0pre5 Announcement

2014-05-01 Thread Glyph Lefkowitz
On May 1, 2014, at 4:56 AM, Hynek Schlawack wrote: > P.S. The cert chain is apparently completely wrong: > http://glui.me/?i=ek3zvx7v2wrlsgm/2014-05-01_at_13.55.png/ Apparently you > send out an anchor but missing an intermediate certificate? What even is a pem, how can a chain be correct I d

Re: [Twisted-Python] Twisted 14.0.0pre5 Announcement

2014-05-01 Thread Glyph Lefkowitz
On May 1, 2014, at 4:56 AM, Hynek Schlawack wrote: > When I connect to the hosts you mention using openssl (don’t forget to set > -servername if you play along) I only get TLSv1. Is it possible that there’s > some custom TLS code laying around? As far as I can see, only

Re: [Twisted-Python] Twisted 14.0.0pre5 Announcement

2014-05-01 Thread HawkOwl
FWIW, https://www.ssllabs.com/ssltest/analyze.html?d=blog.dreid.org is on 14.0pre5, and it seems to work, so… (it even gets A+!) -hawkowl On 1 May 2014, at 19:56, Hynek Schlawack wrote: > On 1 May 2014, at 13:28, Glyph wrote: > >> I've upgraded (and therefore >>

Re: [Twisted-Python] Twisted 14.0.0pre5 Announcement

2014-05-01 Thread Hynek Schlawack
On 1 May 2014, at 13:28, Glyph wrote: I've upgraded (and therefore and and and a number of other sites that nobody cares about) to the prerelease: . Smooth sailing so

Re: [Twisted-Python] Twisted 14.0.0pre5 Announcement

2014-05-01 Thread Glyph
On Apr 29, 2014, at 3:16 AM, HawkOwl wrote: > Excellent! > > If anyone else has some applications they run, please try out pre5! > > -hawkowl I've upgraded (and therefore and and and a number of ot

Re: [Twisted-Python] Twisted 14.0.0pre5 Announcement

2014-04-29 Thread Hynek Schlawack
That's a Hawkowlism. :) Sent from my phone. > Am 29.04.2014 um 19:43 schrieb Glyph : > > > On Apr 29, 2014, at 3:44 AM, Hynek Schlawack wrote: > >>> If anyone else has some applications they run, please try out pre5! >> >> Look at all the ECDHEHEHE: “gnutls-cli -s --crlf imap.variomedia.de

Re: [Twisted-Python] Twisted 14.0.0pre5 Announcement

2014-04-29 Thread Glyph
On Apr 29, 2014, at 3:44 AM, Hynek Schlawack wrote: >> If anyone else has some applications they run, please try out pre5! > > Look at all the ECDHEHEHE: “gnutls-cli -s --crlf imap.variomedia.de -p 4190” > (and DHEHEHEHE too if you add “--priority='PFS:!ECDHE-RSA'”). Okay I can't even tell

Re: [Twisted-Python] Twisted 14.0.0pre5 Announcement

2014-04-29 Thread Hynek Schlawack
On 29 Apr 2014, at 12:16, HawkOwl wrote: > If anyone else has some applications they run, please try out pre5! Look at all the ECDHEHEHE: “gnutls-cli -s --crlf imap.variomedia.de -p 4190” (and DHEHEHEHE too if you add “--priority='PFS:!ECDHE-RSA'”). Tests are passing everywhere too. > On 29

Re: [Twisted-Python] Twisted 14.0.0pre5 Announcement

2014-04-29 Thread HawkOwl
Excellent! If anyone else has some applications they run, please try out pre5! -hawkowl On 29 Apr 2014, at 2:33, David Reid wrote: > Sorry for the delay, I've tested that treq works with pre5 in the following > scenarios. > > Python 2.7, no pyopenssl > Python 2.7, pyopenssl==0.14 > > PyPy 2

Re: [Twisted-Python] Twisted 14.0.0pre5 Announcement

2014-04-28 Thread David Reid
Sorry for the delay, I've tested that treq works with pre5 in the following scenarios. Python 2.7, no pyopenssl Python 2.7, pyopenssl==0.14 PyPy 2.2.1, no pyopenssl PyPy 2.2.1, pyopenssl==0.14 This is in addition to the testing that treq regularly receives on Twisted Trunk, which has a build cur

[Twisted-Python] Twisted 14.0.0pre5 Announcement

2014-04-26 Thread HawkOwl
Hi everyone, just a few changed bytes to fix some news file entries. Tarballs for this prerelease can be found at , with the changelog at . Changes from the previous prerelease include: