Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
A recent py-ampq update is causing cachito workers to fail to get local certificates: ``` ssl.SSLCertVerificationError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1123) ``` This has been reported upstream on celery/py-amqp#349 and fixed on celery/py-amqp#350. However, even with the fix, provided by Fedora on https://bodhi.fedoraproject.org/updates/FEDORA-2021-904397f5c4, Cachito workers still fail to connect to rabbitmq (with the same error) when enforcing SSL connections. Let's pin py-amqp version to the latest version known to work with Cachito so we do not need to halt development/deployments while we deal with the amqp issue. Signed-off-by: Athos Ribeiro <athos@redhat.com>
- Loading branch information