NTTLimitedRD / plumbery

Cloud automation at Dimension Data with Apache Libcloud
Apache License 2.0
14 stars 9 forks source link

CA Cert required for Mac #23

Open samuelchong opened 8 years ago

samuelchong commented 8 years ago

Is Mac supported?

I got the error as below running on Mac.

----output snippet ------------------ samuelchong$ python -m plumbery fittings.yaml inventory Using polisher 'inventory' Polishing all blueprints Unable to do 'inventory', run with -d for debug RuntimeError: No CA Certificates were found in CA_CERTS_PATH. For information on how to get required certificate files, please visit https://libcloud.readthedocs.org/en/latest/other/ssl-certificate-validation.html

tonybaloney commented 8 years ago

You need to install curl-ca-bundle port, and I need to document that!

bernard357 commented 8 years ago

Samuel, what is the effect of pip install --upgrade certifi in a Terminal window?

bernard357 commented 7 years ago

@samuelchong do you still have an issue with this? I would like to close as many issues as possible by end of December, thanks

bernard357 commented 7 years ago

The dependency to certify has been integrated into the new PyPi release of plumbery.

pip install plumbery --upgrade python -m plumbery -v

Last command should display 17.5.22, which is the label of the new version.