Re: [Python-Dev] RE 25939 - _ssl.enum_certificates broken on Windows

2016-02-18 Thread Eric V. Smith
ine as I recall. Fairly sure it's a Windows-specific test > anyway, so ctypes can basically be assumed for all Windows platforms we > currently care about. > > Top-posted from my Windows Phone > From: Dave Hirschfeld > Sent: ‎2/‎18/‎2016 15:20 > To: python-de

Re: [Python-Dev] RE 25939 - _ssl.enum_certificates broken on Windows

2016-02-18 Thread Steve Dower
ed from my Windows Phone -Original Message- From: "Dave Hirschfeld" Sent: ‎2/‎18/‎2016 15:20 To: "python-dev@python.org" Subject: Re: [Python-Dev] RE 25939 - _ssl.enum_certificates broken on Windows Paul Moore gmail.com> writes: > > On 17 February 2016 at 23

Re: [Python-Dev] RE 25939 - _ssl.enum_certificates broken on Windows

2016-02-18 Thread Dave Hirschfeld
Paul Moore gmail.com> writes: > > On 17 February 2016 at 23:26, Dave Hirschfeld gmail.com> wrote: > > I've run into issue 25939 (https://bugs.python.org/issue25939) when trying > > to deploy a python webapp with IIS on Windows. This issue is preventing us > > from deploying the app to produc

Re: [Python-Dev] RE 25939 - _ssl.enum_certificates broken on Windows

2016-02-18 Thread Paul Moore
On 17 February 2016 at 23:26, Dave Hirschfeld wrote: > I've run into issue 25939 (https://bugs.python.org/issue25939) when trying > to deploy a python webapp with IIS on Windows. This issue is preventing us > from deploying the app to production as the workaround AFAICT requires > running the app