From 693cd964e02002ab28366df08c5b75f396198492 Mon Sep 17 00:00:00 2001 From: Kenneth Giusti Date: Thu, 21 Feb 2019 11:44:54 -0500 Subject: [PATCH] Add release note for amqp library TLS/SSL error Change-Id: I0b094f32dec24c70f95ccd509164a14a71fcfc7d Related-Bug: #1800957 --- .../notes/amqp-tls-issue-7e6cc523e267f336.yaml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 releasenotes/notes/amqp-tls-issue-7e6cc523e267f336.yaml diff --git a/releasenotes/notes/amqp-tls-issue-7e6cc523e267f336.yaml b/releasenotes/notes/amqp-tls-issue-7e6cc523e267f336.yaml new file mode 100644 index 000000000..213d5e23e --- /dev/null +++ b/releasenotes/notes/amqp-tls-issue-7e6cc523e267f336.yaml @@ -0,0 +1,17 @@ +--- +issues: + - | + A bug in the ``amqp`` python library can cause the connection to the + RabbitMQ broker to hang when using SSL/TLS. This results in + frequent errors such as this:: + + MessagingTimeout: Timed out waiting for a reply to message ID ae039d1695984addbfaaef032ce4fda3 + + (see `bug 1800957 + `_). + + This bug has been fixed in `v2.4.1 of amqp + `_. + + It is recommended that deployments using SSL/TLS upgrade the amqp + library to v2.4.1 or later.