Comment 12 for bug 1999909

Revision history for this message
John A. Fuqua (johnfuqua) wrote :

So it looks like ssl.SSLContext.wrap_socket() in python is causing the issue?

Bug report: https://bugs.python.org/issue29394

Suggestion is to use: ssl.SSLContext.wrap_bio()

My be more than just changing out a method call. What do you guys think on fixing or possible workaround?