Skip to content
This repository has been archived by the owner on May 4, 2021. It is now read-only.

Add TLS Support to Redis Connection #299

Open
aaronmell opened this issue Jan 19, 2020 · 0 comments
Open

Add TLS Support to Redis Connection #299

aaronmell opened this issue Jan 19, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@aaronmell
Copy link

Is your feature request related to a problem? Please describe.
Its not possible to use a redis password with AWS Elasticache because AWS requires TLS at transport to be enabled.

Describe the solution you'd like
Add a flag that will enabled tls
--redis-cache-enable-tls

You might also want to support, the following flags, although those are not needed in this case.
InsecureSkipVerify:
MinVersion:
RootCAs:

@yiranwang52 yiranwang52 added the enhancement New feature or request label Jan 20, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants