This repository was archived by the owner on Jan 20, 2026. It is now read-only.
switch get_thumb to use context.wrap_socket#518
Open
laidbackware wants to merge 1 commit into
Open
Conversation
due to removal of ssl.wrap_socket in python 3.12 Signed-off-by: Matt Proud <laidbackware.git@gmail.com>
Contributor
Author
|
@ggverma can you please prioritise merging this, as these modules do not work using recent versions of Linux, including Ubuntu 24.04. |
|
I noticed that ssl.wrap_socket() is also used in plugins/modules/nsxt_transport_nodes.py, specifically within the get_api_cert_thumbprint() function. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
switch get_thumb to use context.wrap_socket
due to removal of ssl.wrap_socket in python 3.12
fixed mixed indentation and mixed variable naming to snake case, as per python standard
This fixes #517
Tested as working in my lab