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
44d7b9f changed the underlying structure of proxy based Connections, which is resulting in a TypeError when any request is issued, such as the initial login request in SmartConnect:
Hello, 9a8956f adds support for pinned certificates and refactors the connection generation. The issue should be fixed now.
A maintenance patch can be published no sooner that two weeks from now.
Describe the bug
44d7b9f changed the underlying structure of proxy based Connections, which is resulting in a TypeError when any request is issued, such as the initial login request in SmartConnect:
Reproduction steps
httpProxyHost
andhttpProxyPort
specified as a HTTP forward proxy:Expected behavior
A connection is established and a ServiceInstance is returned using the provided HTTP forward proxy.
Additional context
This is likely caused by the
timeout
key onschemeArgs
only being set when ahttpProxyTimeout
is provided: https://github.com/vmware/pyvmomi/blob/master/pyVmomi/SoapAdapter.py#L1351As well as not setting the
port
key to thehttpProxyPort
provided.The text was updated successfully, but these errors were encountered: