Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions docs/source/install/config/config.rst
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,14 @@ documented below are also supported:
* ``login_method`` - Login method to use. Default is ``PLAIN``. Other possible
options are ``AMQPLAIN`` and ``EXTERNAL``.

.. note::

If you want to use custom SSL settings (e.g. using a different ca bundle or similar) you
should specify all those options as part of the st2.conf and also do the same for enabling ssl
using ``messaging.ssl`` option. Combining URL and config parameters for SSL doesn't work - if
you enable ssl as part of the URL it will use default SSL settings, but you won't be able to
specify a custom value for ``cert_reqs`` ``ca_certs`` and other SSL related options.

.. note::

RabbitMQ doesn't expose an SSL / TLS listener by default and needs to be configured to enable
Expand Down