Skip to main content

Hi All,using Redis I like to secure the connection.What I figured is, that I need to use `rediss://[[user][:password@]][host][:port]` instead of `redis:]//[[user][:password@]][host][:port]` (rediss with two s).Deployment Type = StandaloneBut by default, Redis uses mutual TLS and requires clients to authenticate with a valid certificate. How can I tell the Redis Function (on Cribl side) what Certs to use? Or if I set up a new one under 'Group Settings > Security > Certificates' is there a way to kind of make the Redis Function aware of using a specific cert?How does it TLS work with Redis?Best Mario

<@U01QFPWNB8C&gt; - do you have any insights here?


<@UUP82DJHE&gt; currently, Stream doesn't support mTLS with the Redis function


Thanks for confirming <@U01QFPWNB8C&gt;. <@U04BZDDPNUX&gt; - We added a feature request to add mTLS support to the Redis function, `CRIBL-16123` for future reference.cc: <@U02UFGDA7N1&gt;


Thats unfortune, but good to know.Maybe you can add a short paragraph to the documentation as well, so people don't have to search for it.


Reply