Amazon ElasticCache Redis integration with TLS. #6621
sudheermanubolu
started this conversation in
Feature Requests & Suggestions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am encountering an issue while trying to integrate Redis with TLS enabled for AWS ElastiCache in both standalone and cluster modes. When I attempt to connect using TLS, I face issues and am unable to establish the connection. However, when I disable TLS, the connection works fine without any problems.
env:
REDIS_URI=xx.xxx.xxx.usw2.cache.amazonaws.com:6379
USE_REDIS=true
REDIS_MAX_LISTENERS=10
USE_REDIS_CLUSTER=true
REDIS_CA=/etc/ssl/certs/ca-certificates.crt #Default CA cert.
Beta Was this translation helpful? Give feedback.
All reactions