使用 Spring Cloud Gateway 路由到 https 端点

Route to https endpoint using Spring Cloud Gateway

提问人:Arpit S 提问时间:7/26/2023 更新时间:7/26/2023 访问量:19

问:

我们需要有条件地将请求路由到不同的 REST 端点。

实现是使用 Spring Cloud Gateway 完成的,到目前为止,路由工作正常,用于测试目的。但是,随着我们进入生产阶段,将有使用 TLS (https) 进行加密通信的外部端点。据我了解,客户端需要从受信任的颁发机构获取证书才能公开HTTPS端点。

我正在尝试了解Spring Cloud Gateway App中启用数据路由到客户端(https)所需的步骤/配置?

spring-boot 安全 ssl spring-cloud-gateway

评论


答: 暂无答案