stable/liberty centos-binary-glance image build fails with "Peer's Certificate has expired."
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
kolla |
Fix Released
|
Critical
|
Unassigned |
Bug Description
When building glance-base image as centos/binary from stable/liberty branch build errors with the following output:
INFO:__
INFO:__
INFO:__
INFO:__
INFO:__
INFO:__
INFO:__
INFO:__
ERROR:_
ERROR:_
Happends also with other images that try to retrieve ceph key.
Changed in kolla: | |
milestone: | mitaka-3 → mitaka-rc1 |
importance: | High → Medium |
Changed in kolla: | |
milestone: | mitaka-rc1 → mitaka-rc2 |
Changed in kolla: | |
importance: | Medium → Critical |
Changed in kolla: | |
status: | Fix Committed → Fix Released |
When trying key download form build host:
[root@kolla ~]# curl https:/ /ceph.com/ git/?p= ceph.git; a=blob_ plain;f= keys/release. asc curl.haxx. se/docs/ sslcerts. html
curl: (60) Peer's Certificate has expired.
More details here: http://
curl performs SSL certificate verification by default, using a "bundle"
of Certificate Authority (CA) public keys (CA certs). If the default
bundle file isn't adequate, you can specify an alternate file
using the --cacert option.
If this HTTPS server uses a certificate signed by a CA represented in
the bundle, the certificate verification probably failed due to a
problem with the certificate (it might be expired, or the name might
not match the domain name in the URL).
If you'd like to turn off curl's verification of the certificate, use
the -k (or --insecure) option.
[root@kolla ~]# cat /etc/centos-release
CentOS Linux release 7.2.1511 (Core)