Connect to AWS ElastiCache with In-Transit Encryption

后端 未结 2 1356
清歌不尽
清歌不尽 2021-01-02 06:44

ElastiCache with encryption uses TLS to communicate with redis client, yet as I\'ve seen redis clients in all languages (ioredis, predis, go-redis) require a pem file when c

2条回答
  •  时光说笑
    2021-01-02 07:05

    solution - no certificate is needed, just to enable TLS in the client (ioredis for example is just to have tls: {}

提交回复
热议问题