kafka-python icon indicating copy to clipboard operation
kafka-python copied to clipboard

ssl.PROTOCOL_SSLv23 has been deprecated since python 3.6

Open EdwardBlair opened this issue 3 years ago • 0 comments

ssl.PROTOCOL_SSLv23 has been deprecated since python 3.6

https://docs.python.org/3/library/ssl.html#ssl.PROTOCOL_SSLv23

These are currently identical values, but should be addressed?

EdwardBlair avatar Aug 27 '21 17:08 EdwardBlair