File: amqp-tls-issue-7e6cc523e267f336.yaml

package info (click to toggle)
python-oslo.messaging 8.1.4-1%2Bdeb10u1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 2,108 kB
  • sloc: python: 17,845; sh: 454; makefile: 19
file content (17 lines) | stat: -rw-r--r-- 622 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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
    <https://bugs.launchpad.net/oslo.messaging/+bug/1800957>`_).

    This bug has been fixed in `v2.4.1 of amqp
    <https://github.com/celery/py-amqp/commit/bf122a05a21a8cc5bca314b0979f32c8026fc66e>`_.

    It is recommended that deployments using SSL/TLS upgrade the amqp
    library to v2.4.1 or later.