From dfec2912e8843b83bc496ae74b00f2d9e2372efb Mon Sep 17 00:00:00 2001 From: David Rice Date: Tue, 28 Nov 2023 13:01:47 +0000 Subject: [PATCH] fix(docs): add Redis to the list of transports where SSL is supported (#1826) --- kombu/connection.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kombu/connection.py b/kombu/connection.py index f79503e8..13b1e9e5 100644 --- a/kombu/connection.py +++ b/kombu/connection.py @@ -82,7 +82,7 @@ class Connection: Note: ---- - SSL currently only works with the py-amqp, and qpid + SSL currently only works with the py-amqp, qpid and redis transports. For other transports you can use stunnel. Arguments: