codetriage / CodeTriage

Discover the best way to get started contributing to Open Source projects
https://www.codetriage.com
MIT License
1.38k stars 359 forks source link

Ignore self signed Redis certs #1788

Closed schneems closed 1 year ago

schneems commented 1 year ago

Heroku upgraded Redis instances to Redis 7. Premium redis instances now enforce TLS (SSL), which is a good thing, however the certs are self-signed which causes a validation error.

The documented fix is to disable the validation. https://devcenter.heroku.com/articles/connecting-heroku-redis#connecting-from-sidekiq

Close #1787