Redis Cluster over TLS Support in mod_auth_openidc #1319
-
Hi Team, I’m setting up mod_auth_openidc on an Apache reverse proxy and plan to use a Redis Cluster for caching. Our Redis setup requires TLS encryption for all connections. I came across Discussion #1306, which mentions that Redis over TLS is only supported in commercially licensed builds of the module. Could you please confirm: Is Redis over TLS (including Redis Cluster) indeed only supported in the commercial version of mod_auth_openidc? Also, does the Redis TLS support in the commercial build include mutual TLS (mTLS), or is it limited to one-way TLS? Thanks, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Redis over TLS (including Redis Cluster) is only supported in the commercial version(s) of mod_auth_openidc. It includes mutual TLS authentication, see the docs at https://github.com/OpenIDC/mod_auth_openidc/wiki/Caching#redisvalkey-tls--redisvalkey-cluster-tls--redisvalkey-sentinel-tls (primitive |
Beta Was this translation helpful? Give feedback.
Redis over TLS (including Redis Cluster) is only supported in the commercial version(s) of mod_auth_openidc. It includes mutual TLS authentication, see the docs at https://github.com/OpenIDC/mod_auth_openidc/wiki/Caching#redisvalkey-tls--redisvalkey-cluster-tls--redisvalkey-sentinel-tls (primitive
OIDCRedisCacheKey
),