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
File ".../email_auth/creds.py", line 114, in get_response_url
server.socket = ssl.wrap_socket(
^^^^^^^^^^^^^^^
AttributeError: module 'ssl' has no attribute 'wrap_socket'
Instead, create a ssl.SSLContext object and call its ssl.SSLContext.wrap_socket method. See for example: vmware/pyvmomi#1057 .
The text was updated successfully, but these errors were encountered:
This causes run-time failure:
Instead, create a
ssl.SSLContext
object and call itsssl.SSLContext.wrap_socket
method. See for example:vmware/pyvmomi#1057 .
The text was updated successfully, but these errors were encountered: