yola / yodeploy

Python library for deployment
4 stars 0 forks source link

Use the legacy tuple ssl_context #189

Closed stefanor closed 7 years ago

stefanor commented 7 years ago

How hard can it be to get the flask server to work, I wondered? Pretty darn trivial, it turns out.

SSLContext.wrap_socket() was only added in Python 2.7.9, and we still have instances where that's not available.

snitch commented 7 years ago

:sparkles: No lint errors found. :sparkles:

highflyingaction commented 7 years ago

Did you want to add this as part of 0.8.0?

highflyingaction commented 7 years ago

Nevermind. This isn't changelog worthy.

stefanor commented 7 years ago

It doesn't matter, it isn't used inside the library.