Forem Creators and Builders 🌱

Discussion on: Forem Google Cloud Setup on MacOS

Collapse
 
davidmimay profile image
david mimay

Just in case somebody get the same error.
Using the command ansible-galaxy collection install google.cloud I just get through this error:

error when getting available versions of collection google.cloud: Unknown error
when attempting to call Galaxy at 'https://galaxy.ansible.com/api/': <urlopen
error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get
local issuer certificate (_ssl.c:1123)>
ERROR! Unknown error when attempting to call Galaxy at 'https://galaxy.ansible.com/api/': <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1123)>
Enter fullscreen mode Exit fullscreen mode

Solved: If you're using macOS go to Macintosh HD > Applications > Python3.6 folder (or whatever version of python you're using) > double click on "Install Certificates.command" file.

Collapse
 
coffeecraftcode profile image
Christina Gorton

Thank you for adding a solution to the error you found here!