Describe the bug
Following #614, there is still another place where Redis connection settings are hardcoded here.
In this case, TLS is forced, with VERIFY_PEER hardcoded in the struct, making it impossible to connect to a server using self-signed certificates.
Expected behavior
Lago permits connections with self-signed TLS certificates, either hardcoded or through an environment variable.
Support