You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
See the following warnings while connecting to Hazelcast Viridian via Python client. The reactor.py file should be refactored to prevent these deprecated messages.
/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/hazelcast/reactor.py:543: DeprecationWarning: ssl.PROTOCOL_TLS is deprecated
ssl_context = ssl.SSLContext(ssl.PROTOCOL_SSLv23)
/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/hazelcast/reactor.py:554: DeprecationWarning: ssl.OP_NO_SSL*/ssl.OP_NO_TLS* options are deprecated
ssl_context.options |= ssl.OP_NO_TLSv1
The text was updated successfully, but these errors were encountered:
mehmettokgoz
changed the title
Some SSL options deprecated, prints warnings to user
Some SSL options are deprecated, prints warnings to user
Dec 1, 2022
See the following warnings while connecting to Hazelcast Viridian via Python client. The
reactor.py
file should be refactored to prevent these deprecated messages.The text was updated successfully, but these errors were encountered: