Re: Problem with 'python setup.py develop' - [SSL: SSLV3_ALERT_HANDSHAKE_FAILURE]

2017-01-05 Thread bgrabows1
It works now! Thanks! Regards, Bartlomiej Grabowski On Wednesday, January 4, 2017 at 11:54:12 PM UTC+1, Christian Hammond wrote: > > This *should* be working again. Can you give it a try? > > The problem was that, in the process of renewing a certificate, I also > enabled HTTP -> HTTPS

Re: Problem with 'python setup.py develop' - [SSL: SSLV3_ALERT_HANDSHAKE_FAILURE]

2017-01-04 Thread Christian Hammond
This *should* be working again. Can you give it a try? The problem was that, in the process of renewing a certificate, I also enabled HTTP -> HTTPS redirect, but this broke older versions of Python that couldn't work with SNI-based SSL setups (an unfortunate requirement in our case). I've turned

Re: Problem with 'python setup.py develop' - [SSL: SSLV3_ALERT_HANDSHAKE_FAILURE]

2017-01-04 Thread Christian Hammond
Hi, There was a change made to the servers that broke this. I'm working on a fix now. Sorry for the trouble! Keep trying periodically (some things will need to sync across our CDN), and let me know if it begins to work for you. Christian On Wed, Jan 4, 2017 at 07:16