-
Notifications
You must be signed in to change notification settings - Fork 197
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
Document Redis SSL configs #370
Document Redis SSL configs #370
Conversation
😞 oh |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for this @bbrowning918 👍
(I need to look at what happened to the CI...)
May I suggest that there could be a typo in the README as it is right now? (not mentioning the missing restructured text code block) Right now it says something like the following, which is not a valid dict.
I reverted to using my own helper for now. It's too bad testing deployments on Heroku is so time consuming. |
@justuswilhelm In hindsight I did not do a great job 'copy-pasting' our config from memory. Thank you for noticing that and the rst syntax mistake. |
I tweaked it, but happy to take any improvements. |
There is ongoing discussion and help in #235 and #330 (are there more?) about how to specify extra config for the connections to Redis, particularly SSL related.
The example provided is how we got Heroku to behave with it's self-signed certs on 4.1.0. Hopefully it will be helpful and answer a common question.