Open jeznag opened 3 years ago
Hi, I had the same issue as the person here: https://stackoverflow.com/questions/67352638/rq-dashboard-on-heroku
I am able to work around the issue by manually altering line 80 of web.py to
current_app.redis_conn = from_url(redis_url, ssl_cert_reqs=None)
But this is probably not the right approach
Someone should add a proper config here.
_, new_instance = from_url(redis_url[new_instance_number], client_options={'ssl_cert_reqs': None})
Fork: https://github.com/DennyWeinberg/rq-dashboard
Hi, I had the same issue as the person here: https://stackoverflow.com/questions/67352638/rq-dashboard-on-heroku
I am able to work around the issue by manually altering line 80 of web.py to
But this is probably not the right approach