-
Notifications
You must be signed in to change notification settings - Fork 164
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ansible uri module fails in awx-ee:latest #112
Comments
Yes. we also got same error: awx AttributeError: module 'lib' has no attribute 'X509_V_FLAG_CB_ISSUER_CHECK as we used custom Ee to over come this. shall we know when we can expect AWX EE to be patched to fix this? |
It seems this same error is occurring again over the past 12 hours or so. Looks like the container image was updated recently. Can anyone confirm if the same error is occurring right now? |
Someone already opened another issue: #134 |
Ansible uri module is broken (likely something else as well, but this is what i noticed problem with) in container with latest tag.
/usr/local/lib/python3.8/site-packages/OpenSSL/crypto.py
is trying to reference to a missing attribute, causing uri module to fail.Can be reproduced like this:
docker run -it quay.io/ansible/awx-ee:latest /bin/bash
Create sample playbook to
/tmp/play.yml
with content:run it:
The text was updated successfully, but these errors were encountered: