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

[feature]: support :ssl_params for redis #360

Open
josh-coderpad opened this issue Apr 26, 2023 · 5 comments
Open

[feature]: support :ssl_params for redis #360

josh-coderpad opened this issue Apr 26, 2023 · 5 comments

Comments

@josh-coderpad
Copy link

Heroku requires TLS above version 6 (docs), but uses self-signed certs (docs)

To support this in redis-actionpack (which uses this gem), I needed to change these spots:

If possible, could you accept :ssl_params from here + redis-rack so I can pass them in to a session_store?

@cguess
Copy link

cguess commented Apr 28, 2023

+1 This blew my app up when I upgraded

@oakbow
Copy link

oakbow commented May 28, 2023

I guess you can resolve this problem with this knowledge.
redis-store/redis-rack#65

@carlosbalsas
Copy link

@josh-coderpad How do you solve this problem?

@cyrillederche
Copy link

@cguess any success on resolving this?

@josh-coderpad
Copy link
Author

@josh-coderpad How do you solve this problem?

Vendor'd the gem + changed the spots mentioned in the description

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

5 participants