Purple-Devs / health_check

Simple health check of Rails app for use with uptime checking sites like newrelic and pingdom
MIT License
476 stars 125 forks source link

Adding ssl_params option for Redis instance #133

Open raysango opened 1 year ago

raysango commented 1 year ago

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 }