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

Python 3.12 ssl no longer has the ssl.wrap_socket method causes hazelcast_cloud_discovery_test failure [API-2195] #656

Merged
merged 2 commits into from
Jan 4, 2024

Conversation

ihsandemir
Copy link
Contributor

Python 3.12 ssl no longer has the ssl.wrap_socket method but it is replaced with the ssl_context usage. The tests fail at 3.12 build without this fix.

@ihsandemir ihsandemir added this to the 5.4.0 milestone Jan 3, 2024
@ihsandemir ihsandemir requested a review from srknzl January 3, 2024 16:56
@ihsandemir ihsandemir self-assigned this Jan 3, 2024
@ihsandemir ihsandemir force-pushed the python_3.12.ssl_change_fix branch 2 times, most recently from 1b1a87c to 679f645 Compare January 3, 2024 17:26
@ihsandemir ihsandemir changed the title Python 3.12 ssl no longer has the ssl.wrap_socket method causes hazelcast_cloud_discovery_test failure Python 3.12 ssl no longer has the ssl.wrap_socket method causes hazelcast_cloud_discovery_test failure [API-2195] Jan 4, 2024
…placed with the ssl_context usage. The tests fail at 3.12 build without this fix.
@ihsandemir ihsandemir force-pushed the python_3.12.ssl_change_fix branch from 679f645 to 0035d1a Compare January 4, 2024 09:05
@ihsandemir ihsandemir merged commit cbaf955 into hazelcast:master Jan 4, 2024
9 checks passed
@ihsandemir ihsandemir deleted the python_3.12.ssl_change_fix branch January 4, 2024 10:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants