redis / docker-library-redis

Docker Official Image packaging for Redis
http://redis.io
BSD 3-Clause "New" or "Revised" License
1.11k stars 560 forks source link

Error when trying to connect to elasticache: SSL_connect failed: certificate verify failed #358

Closed giulianisanches closed 1 year ago

giulianisanches commented 1 year ago

Hello everyone,

I'm trying to use this docker image to run the redis-cli to connecto to my Elasticache for Redis cluster with the following command:

podman run --rm redis redis-cli -h mycluster.cache.amazonaws.com -p 6379 --tls

But it can't connect witht the error SSL_connect failed: certificate verify failed.

I have installed redis locally and I am able to connect using the command redis-cli -h ....

My machine is a MacBook Pro (intel) running the macOS Ventura 13.3.1

Thanks.

tianon commented 1 year ago

Unfortunately, we do not have the bandwidth to provide in-depth integration/deployment/environment debugging or support here; these sorts of questions/requests would be more appropriately posted to a dedicated support forum, such as the Docker Community Slack, Server Fault, Unix & Linux, or Stack Overflow.