We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Heroku switched our Redis instance to SSL, and they are using self-signed certificates so we fail to validate them.
redis.exceptions.ConnectionError: Error 1 connecting to ec2-44-194-67-42.compute-1.amazonaws.com:32269. [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self signed certificate in certificate chain (_ssl.c:997).
The text was updated successfully, but these errors were encountered:
Connect to Redis without verifying SSL certificates
68e9c24
Fixes mozilla#4028
80e2705
Connect to Redis without verifying SSL certificates (#4029)
4ac75b8
Fixes #4028
marco-c
Successfully merging a pull request may close this issue.
Heroku switched our Redis instance to SSL, and they are using self-signed certificates so we fail to validate them.
The text was updated successfully, but these errors were encountered: