Describe the bug
When calling zhmc with -n to not verify ssl certificate, that option is not passed to stomp.py and therefore the verification of ssl certificate fails since the HMC is using a self signed certificate per default.
To Reproduce
Call zhmc -n with a HMC with self-signed certificate.
Expected behavior
Turn off ssl certificate verification in stomp.py
Environment information
Describe the bug
When calling zhmc with -n to not verify ssl certificate, that option is not passed to stomp.py and therefore the verification of ssl certificate fails since the HMC is using a self signed certificate per default.
To Reproduce
Call zhmc -n with a HMC with self-signed certificate.
Expected behavior
Turn off ssl certificate verification in stomp.py
Environment information
HMC version:
Output of
python -c "import zhmcclient; print(zhmcclient.debuginfo())":