How to turn off SSL Verification for Django-rq on Heroku Redis

There is an issue with Heroku’s latest Redis version (v6) with the SSL connection. Heroku uses self-signed certificates that you can’t verify. The recommendation is to turn off verification in your client. Read more

Similar