Re: [Twisted-Python] SSLContext not valid for TLS Server

2017-08-28 Thread Cory Benfield
> On 27 Aug 2017, at 09:44, Thomas Hartwich wrote: > > = >> The most comprehensive fix here is to do some history spelunking in >> PyOpenSSL to find out what the lowest version is that has this code block[1] >> in it, and then only execute the current ecCurve logic if that code block >> does

Re: [Twisted-Python] SSLContext not valid for TLS Server

2017-08-28 Thread Thomas Hartwich
Ok thank you! I gonna use the old version with DefaultOpenSSLContextFactory as long as Twisted hasn't been updated. Thomas   Gesendet: Montag, 28. August 2017 um 09:02 Uhr Von: "Cory Benfield" An: "Twisted general discussion" Betreff: Re: [Twisted-Python] SSLContext not valid for TLS Server

Re: [Twisted-Python] Appveyor build problems

2017-08-28 Thread Craig Rodrigues
Looks like Appveyor had a problem with their datacenter which they solved on Aug. 28, 2017: https://appveyor.statuspage.io/ We'll keep an eye on things to see if this is still a problem for the Twisted Appveyor builds. -- Craig On Sat, Aug 19, 2017 at 7:18 AM, Craig Rodrigues wrote: > Hi, >