Open marco-aws opened 12 months ago
@marco-aws you need to set the the right certificate I think. Try setting RAY_REDIS_CA_CERT=/etc/ssl/certs/ca-certificates.crt
and see if it works.
it works, thanks @jjyao. Should I raise a PR to add this to the documentation ?
@marco-aws That will be great!
@marco-aws Hi marco, I'm trying to do the same thing using Ray to connect to TLS-enabled Elasticache. I'm stuck with the cert generation part. Where did you generate the certs, or is something already available on an ec2 host?
What happened + What you expected to happen
We are trying to configure KubeRay with an external Redis instance (AWS Elasticache) but I'm receiving SSL errors when AUTH is enabled:
Versions / Dependencies
Helm values:
Ray versions tested: 2.7.0, 2.8.0 Redis engine: 7.0.7
Reproduction script
Testing connection from the ray pod:
Anything else
stacktrace info:
Issue Severity
Medium: It is a significant difficulty but I can work around it.