On 10/05/16 15:38, Colin Walters wrote:
On Tue, May 10, 2016, at 09:35 AM, Colin Walters wrote:
[atomic-sig@slave01 ~]$ host cbs.centos.org cbs.centos.org has address 172.20.1.15 [atomic-sig@slave01 ~]$ curl https://cbs.centos.org/repos/virt7-docker-common-candidate/x86_64/os/ ^C
Just times out
Argh! It turns out it's https:// vs http://. I broke it with: https://github.com/CentOS/sig-atomic-buildscripts/pull/68
I can work around this for now by sed'ing the repo to use http just inside the CI infra.
CI environment is located in the same DC as cbs, but in a different subnet/vlan and with ip/port filtering at the gw level. Initially we only opened http from ci to cbs, but I now added https too.