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

CERTIFICATE_VERIFY_FAILED with self signed certificates with heroku-redis #395

Open
jeznag opened this issue Jul 29, 2021 · 3 comments
Open

Comments

@jeznag
Copy link

jeznag commented Jul 29, 2021

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

DennyWeinberg added a commit to DennyWeinberg/rq-dashboard that referenced this issue Mar 30, 2022
DennyWeinberg added a commit to DennyWeinberg/rq-dashboard that referenced this issue Mar 30, 2022
DennyWeinberg added a commit to DennyWeinberg/rq-dashboard that referenced this issue Mar 30, 2022
@DennyWeinberg
Copy link

Someone should add a proper config here.

DennyWeinberg added a commit to DennyWeinberg/rq-dashboard that referenced this issue Mar 30, 2022
DennyWeinberg added a commit to DennyWeinberg/rq-dashboard that referenced this issue Mar 30, 2022
@DennyWeinberg
Copy link

_, new_instance = from_url(redis_url[new_instance_number], client_options={'ssl_cert_reqs': None})

@DennyWeinberg
Copy link

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

No branches or pull requests

2 participants