Getting error when attempting to call Galaxy at 'https://galaxy.ansible.com/api/ due to SSL: CERTIFICATE_VERIFY_FAILED #4328
Unanswered
jzhang2018
asked this question in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am new to molecule. I did install molecule version 4.0.4 and tried to run a simple example. When run 'molecule create', I am getting error:
ERROR! Unknown error when attempting to call Galaxy at 'https://galaxy.ansible.com/api/': <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self signed certificate in certificate chain (_ssl.c:1131)>
In molecule.yml, I have:
dependency:
name: galaxy
options:
ignore-certs: true
ignore-errors: true
But it seems that the ignore-certs does not take effect at all. What could be wrong?
Beta Was this translation helpful? Give feedback.
All reactions