Relative Content

Tag Archive for amazon-web-servicesredisamazon-ecs

How to connect to Redis Instance with Encryption in ECS

we currently have a aws serverless redis instance with encryption in transit enabled. So our conneciton string looks something like this elasticredis.xxx.com:6379,ssl=True,sslProtocols=Tls12|Tls13. When I deploy to my ec2 instance, my .net api works fine. But the moment I deploy to a aws ecs container, it fails.