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
However, when we checked further there was a change in implementation for pyvmomi 8.0.3.0.1 compared with pyvmomi 8.0.2.0.1.
When we applied the fix given in #1085, by changing committed files [connect.py, Security.py, SoapAdapter.py] (9a8956f) it gave different error -
Error
[SSL: WRONG_VERSION_NUMBER] wrong version number (_ssl.c:1006)')
The text was updated successfully, but these errors were encountered:
Describe the bug
When we tried to connect with the below details, it started giving the below error with pyvmomi 8.0.3.0.1
Error
HTTPProxyConnection.call() missing 2 required positional arguments: 'port' and 'timeout'
Reproduction steps
When we tried to connect with the below details, it started giving the below error with pyvmomi 8.0.3.0.1
Code
Expected behavior
It should be able to connect
Additional context
Analysis
However, when we checked further there was a change in implementation for pyvmomi 8.0.3.0.1 compared with pyvmomi 8.0.2.0.1.
When we applied the fix given in #1085, by changing committed files [connect.py, Security.py, SoapAdapter.py] (9a8956f) it gave different error -
Error
[SSL: WRONG_VERSION_NUMBER] wrong version number (_ssl.c:1006)')
The text was updated successfully, but these errors were encountered: