Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding ssl_params option for Redis instance #133

Open
raysango opened this issue May 22, 2023 · 0 comments
Open

Adding ssl_params option for Redis instance #133

raysango opened this issue May 22, 2023 · 0 comments

Comments

@raysango
Copy link

After upgrading Heroku Redis from v5 to v7, TLS is now required which cause redis health check to fail error:
health_check failed: [redis - SSL_connect returned=1 errno=0 state=error: certificate verify failed (self signed certificate in certificate chain)]

Can we add a redis config for ssl ssl_params so we can use { verify_mode: OpenSSL::SSL::VERIFY_NONE }

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants