The API server (galaxy.ansible.com) is not responding, please try again later
See original GitHub issueBug Report
SUMMARY
In the last few weeks we have experimented that we cannot keep downloading roles inside our vagrant machine.
STEPS TO REPRODUCE
ansible-galaxy install geerlingguy.ntp,1.3.0
gives
- the API server (galaxy.ansible.com) is not responding, please try again later.
Inside our Vagrant box running Centos 6.7, with Ansible version ansible 1.9.4 and Python 2.6.6
EXPECTED RESULTS
ansible-galaxy install geerlingguy.ntp,1.3.0
- downloading role 'ntp', owned by geerlingguy
- downloading role from https://github.com/geerlingguy/ansible-role-ntp/archive/1.3.0.tar.gz
- extracting geerlingguy.ntp to /etc/ansible/roles/geerlingguy.ntp
Things we’ve tried so far:
- ✅ We’ve updated Vagrant to latest version
- ✅ I’ve rollback to previous Vagrantfile and provision versions, where roles where installed as expected.
- ✅ I’ve see whether has to do with certificates like in
/usr/lib/python2.6/site-packages/pip/_vendor/requests/packages/urllib3/util/ssl_.py:90: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. For more information, see https://urllib3.readthedocs.org/en/latest/security.html#insecureplatformwarning.
so I’ve also installedpip install pyopenssl ndg-httpsclient pyasn
(https://github.com/nephila/djangocms-installer/issues/174) - ✅ I’ve also tried to modify ansible galaxy bin like in : https://github.com/ansible/galaxy/issues/785
Nothing seems to make it work.
Issue Analytics
- State:
- Created 5 years ago
- Comments:6 (5 by maintainers)
Top Results From Across the Web
The API server (galaxy.ansible.com) is not responding,Please ...
The API server (galaxy.ansible.com) is not responding,Please try again later. I am getting the above error. Regards,. Prasanna.
Read more >ERROR The API server https galaxy ansible com api is not ...
Hi Guys, I am trying to create an ansible role using the ansible-galaxy command. But it is ... /api/) is not responding, please...
Read more >ansible-galaxy error: API server not found - Stack Overflow
The API server (https://galaxy.ansible.com/api/) is not responding, please try again later. I've tried updating my version of ansible (1.9.1, 1.9.2, 2.0.1) but ...
Read more >[ansible-project] The API server (galaxy.ansible.com) is not ...
*The API server (galaxy.ansible.com) is not responding,Please try again later.* I am getting the above error. Regards, Prasanna.
Read more >the API server (galaxy.ansible.com) is not responding ... - Reddit
the API server (galaxy.ansible.com) is not responding, please try again later. this is my first attempt at using galaxy and I'm getting this ......
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
It feels like this is related to the SNI issue, which we’re working on.
ok @chouseknecht, thanks !