Hello,
I am deploying SATOSA in production with Redis as the backend storage for the OIDC frontend. Currently, I configure the Redis connection using the DB_URI parameter.
To ensure end-to-end encryption, I want to enable TLS for the Redis connection. However, after reviewing the SATOSA documentation and the example configurations, I could not find any parameter to provide a CA certificate for validating the Redis server's TLS certificate.
Does SATOSA ignore TLS certificate verification by default when connecting to Redis ?
If not, can I configure SATOSA to use a custom CA certificate for Redis TLS validation ?
Thanks.
Hello,
I am deploying SATOSA in production with Redis as the backend storage for the OIDC frontend. Currently, I configure the Redis connection using the DB_URI parameter.
To ensure end-to-end encryption, I want to enable TLS for the Redis connection. However, after reviewing the SATOSA documentation and the example configurations, I could not find any parameter to provide a CA certificate for validating the Redis server's TLS certificate.
Does SATOSA ignore TLS certificate verification by default when connecting to Redis ?
If not, can I configure SATOSA to use a custom CA certificate for Redis TLS validation ?
Thanks.