We have updated our Terms of Service, Code of Conduct, and Addendum.

How does it TLS work with Redis?

Options

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 = Standalone But 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

Answers