We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fce170 commit cfb5f0eCopy full SHA for cfb5f0e
kafka/conn.py
@@ -36,9 +36,9 @@
36
ssl.SSLWantWriteError
37
ssl.SSLZeroReturnError
38
except:
39
- log.warning('old ssl module detected.'
40
- ' ssl error handling may not operate cleanly.'
41
- ' Consider upgrading to python 3.5 or 2.7')
+ log.warning('Old SSL module detected.'
+ ' SSL error handling may not operate cleanly.'
+ ' Consider upgrading to Python 3.3 or 2.7.9')
42
ssl.SSLWantReadError = ssl.SSLError
43
ssl.SSLWantWriteError = ssl.SSLError
44
ssl.SSLZeroReturnError = ssl.SSLError
0 commit comments