Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想在我的 Spring Boot 应用程序中使用 Amazon Aurora Serverless。我需要加密我的应用程序和 Aurora 之间的 jdbc 连接,不幸的是我没有找到任何根据这个主题的文档。
有人对这个话题有任何经验吗?如何加密 jdbc 连接?
您的无服务器集群应该已经安装了证书。您不需要任何特定的东西来与端点进行 TLS 对话。
https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurora-serverless.html#aurora-serverless.tls
您还可以使用其他客户端设置并强制执行 SSL 验证模式。(上面的文档链接中的详细信息)