vmware / pyvmomi

VMware vSphere API Python Bindings
Apache License 2.0
2.19k stars 766 forks source link

Pyviomi introduced weird SSL CERTIFICATE_VERIFY_FAILED errors through anaconda3 jupyterhub #1047

Open atnjqt opened 10 months ago

atnjqt commented 10 months ago

Describe the bug

Installing pyviomi on our anaconda3 python Jupyerhub server has introduced strange SSL errors to my environment, that even on pip uninstall pyviomi still persist, which is incredibly frustrating.

[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1129)

My main concern is why on uninstall does this still persist.

Reproduction steps

  1. install pyviomi using pip
  2. try to run hub but cannot spawn server
  3. uninstall pyviomi out of an abundance of frustration
  4. still cannot spawn hub, rolling back VM snapshot to get out of this nonsense

Expected behavior

Pyviomi pip install works like any other. maybe the maintainers can provide guidance on vcenter ssl necessary to install properly

Additional context

No response