Redis connection string with tls, how to specify?

For one of our environments, we have Redis running in Azure, with non-tls (port 6379) and tls (port 6380) enabled.

We would like to configure Litium to use tls, but the connection string redishost:6380 does not work. The connection string redishost:6379 works. The connection string redishost only works if non-tls is enabled in Redis.

We have Redis configured for Cache, DistributedLock, SessionState, ServiceBus.

How can we tls our Redis?

Litium version: 8.6.1

Please, check the Configuration | StackExchange.Redis article where all options are described.

1 Like

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