使用传输中加密连接到AWS ElastiCache [英] Connect to AWS ElastiCache with In-Transit Encryption

查看:369
本文介绍了使用传输中加密连接到AWS ElastiCache的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

具有加密功能的ElastiCache使用TLS与Redis客户端进行通信,但是正如我所见,在将客户端配置为我们的TLS时,所有语言(ioredis,predis,go-redis)的redis客户端都需要一个pem文件.

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 configuring the client to us TLS.

如何在不提供TLS证书的情况下通过传输加密连接到Elasticache?

How can I connect to Elasticache with in-transit encryption without given the ceritificate for the TLS?

推荐答案

解决方案-不需要证书,仅用于在客户端中启用TLS(例如,ioredis仅具有tls: {}

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

这篇关于使用传输中加密连接到AWS ElastiCache的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆