我的场景类似于:客户端发送 HTTPS -> 入口网关的 TLS 终止 -> HTTP -> VirtualService 的 HTTP 路由 -> DestinationRule 的 TLS 发起发送 HTTPS -> 目标服务
但是...使用 HTTPS 的目标服务使用一个组成的证书,所以我不希望 DestinationRule 由于证书验证而失败,我希望使用 curl --insecure。
我可以这样做吗?或者任何解决方法?
我的场景类似于:客户端发送 HTTPS -> 入口网关的 TLS 终止 -> HTTP -> VirtualService 的 HTTP 路由 -> DestinationRule 的 TLS 发起发送 HTTPS -> 目标服务
但是...使用 HTTPS 的目标服务使用一个组成的证书,所以我不希望 DestinationRule 由于证书验证而失败,我希望使用 curl --insecure。
我可以这样做吗?或者任何解决方法?