Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Some SSL options are deprecated, prints warnings to user #598

Open
mehmettokgoz opened this issue Dec 1, 2022 · 0 comments
Open

Some SSL options are deprecated, prints warnings to user #598

mehmettokgoz opened this issue Dec 1, 2022 · 0 comments

Comments

@mehmettokgoz
Copy link
Contributor

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
@mehmettokgoz mehmettokgoz added this to the 5.2.0 milestone Dec 1, 2022
@mehmettokgoz mehmettokgoz changed the title Some SSL options deprecated, prints warnings to user Some SSL options are deprecated, prints warnings to user Dec 1, 2022
@mdumandag mdumandag modified the milestones: 5.2.0, 5.3.0 Mar 27, 2023
@mdumandag mdumandag modified the milestones: 5.3.0, 5.4.0 Jun 9, 2023
@yuce yuce modified the milestones: 5.4.0, Backlog Aug 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants