Closed stefanor closed 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.
SSLContext.wrap_socket()
:sparkles: No lint errors found. :sparkles:
Did you want to add this as part of 0.8.0?
Nevermind. This isn't changelog worthy.
It doesn't matter, it isn't used inside the library.
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.