-
Hi, im trying to deploy a k8s cluster with openstack magnum service, but it fails. Magnum's log throws this: 2024-05-10 16:57:05.239 3833545 ERROR magnum.drivers.heat.template_def [None req-749403b6-19c2-4630-97b2-3d2662e29816 - - - - - -] HTTPSConnectionPool(host='discovery.etcd.io', port=443): Max retries exceeded with url: /new?size=1 (Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: certificate has expired (_ssl.c:1007)'))): requests.exceptions.SSLError: HTTPSConnectionPool(host='discovery.etcd.io', port=443): Max retries exceeded with url: /new?size=1 (Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: certificate has expired (_ssl.c:1007)'))) Magnum tries to connect to https://discovery.etcd.io/new?size=1 but verification of ssl certificate fails due of its expiration I checked this behavior by web browser too |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Same here. Could someone renew the cert please? |
Beta Was this translation helpful? Give feedback.
-
There is an issue with |
Beta Was this translation helpful? Give feedback.
There is an issue with
www.discovery.etcd.io
howeverdiscovery.etcd.io
is working. Please refer to etcd-io/discovery.etcd.io#80 for updates on thewww
subdomain.