Can't waive false positives in required tests in https://bodhi.fedoraproject.org/. I use waiverdb-cli for that but it dies with: requests.exceptions.SSLError: HTTPSConnectionPool(host='waiverdb-web-waiverdb.app.os.fedoraproject.org', port=443): Max retries exceeded with url: /api/v1.0/waivers/ (Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: certificate has expired (_ssl.c:997)')))
But the problem can be reproduced just with curl: curl -I https://waiverdb-web-waiverdb.app.os.fedoraproject.org:443/api/v1.0/waivers/ curl: (60) SSL certificate problem: certificate has expired
Or just open https://waiverdb-web-waiverdb.app.os.fedoraproject.org/ in a web browser.
The certificate expired: 22 Mar 2022 14:41:32 GMT
ASAP :-)
This has happened before, but I thought we killed all those links.
You should be using https://waiverdb.fedoraproject.org/
Where did you get the other link?
Ah, thanks! It was in my waiverdb-cli's config file: api_url=https://waiverdb-web-waiverdb.app.os.fedoraproject.org/api/v1.0 Now with api_url=https://waiverdb.fedoraproject.org/api/v1.0 It works as expected. Somehow I missed the change. Sorry for the noise...
Metadata Update from @vkadlcik: - Issue close_status updated to: Invalid - Issue status updated to: Closed (was: Open)