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
laidbackware
changed the title
Compute manager failes with
Compute manager failes with AttributeError: module 'ssl' has no attribute 'wrap_socket'
Oct 11, 2024
Describe the bug
nsxt_fabric_compute_managers module generates the following error if used under Python 3.12.
This is because ssl_wrap_socket() has be deprecated since Python 3.7. See description of the issue here
Link to alternate implementation.
Reproduction steps
This bug appears if you try to use the nsxt_fabric_compute_managers with Python 3.12.
Expected behavior
There is no error
Additional context
No response
The text was updated successfully, but these errors were encountered: