**Describe the bug** Following #614, there is still another place where Redis connection settings are hardcoded [here](https://github.com/getlago/lago-api/blob/6e1f1ba8d32ad72bb8bd6711b31d9a2000fe924c/app/services/subscriptions/consume_subscription_refreshed_queue_service.rb#L38). 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** - Lago 1.36