-
Notifications
You must be signed in to change notification settings - Fork 68
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
Use Redis with TLS #1031
Comments
Hi @boredland-ioki! Sounds like a good addition, would you like to contribute a PR for it? I think this is the code that would need to be extended: quirrel/src/api/shared/create-redis.ts Line 20 in 2feba92
I can also make a PR for it, just let me know :) |
Sure, will do! |
boredland
added a commit
to boredland/quirrel
that referenced
this issue
Sep 14, 2022
boredland
added a commit
to boredland/quirrel
that referenced
this issue
Sep 14, 2022
boredland
added a commit
to boredland/quirrel
that referenced
this issue
Oct 12, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Feature Request
Is your feature request related to a problem? Please describe.
The redis SaaS offering I am using requires tls connections. Afaik there currently is no option to pass a ca certificate to be used in ioredis.
Describe the solution you'd like
The optimal solution for me would be if one could set an environment variable REDIS_TLS_CA_FILE, that is being picked up by ioredis.
Describe alternatives you've considered
Not using redis with tls, or setting NODE_TLS_REJECT_UNAUTHORIZED to ioredis doesn't complain about a self signed certificate.
Teachability, Documentation, Adoption, Migration Strategy
https://github.com/luin/ioredis#tls-options
The text was updated successfully, but these errors were encountered: