Skip to content

Conversation

@ymeiron
Copy link

@ymeiron ymeiron commented Aug 28, 2025

Python 3.12 removed the ssl.wrap_socket() function that was deprecated in Python 3.7, breaking both server and client functionality of PyKMIP. To fix the issue, we create an ssl.SSLContext object using ssl.create_default_context() and use its wrap_socket() instead.

@ymeiron
Copy link
Author

ymeiron commented Aug 28, 2025

I see #707 already exists and never been merged

@ymeiron ymeiron closed this Aug 28, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant