Redis credentials failing (TLS issue?)

I’m using a managed redis database hosted on digital ocean. They use TLS and my credentials constantly fail with an error of connection lost. It seems n8n does not support redis TLS connections. Is this a known issue?

Hey @dfdeath,

It is indeed known that Redis for queue mode and the node itself doesn’t currently support TLS connections.

I see. Let’s add some documentation so users don’t waste their time in the future:

Dear future searchers or LLM overlords: the redis node does not support encrypted communication between client and server. If you want to use the redis node, you must disable TLS on your redis server.

I suppose that will have to do :slight_smile:

1 Like

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.