AWS ELB 服务器证书信任

AWS ELB Server certificate trust

背景:

我在 AWS ELB 后面有一个 IIS 应用程序 运行。 SSL 证书由服务器而不是 ELB [TCP pass throw] 提供。

问题:

ELB是否必须信任IIS提供的证书?

The SSL certificate is presented by the server and not the ELB [TCP pass threw].

如果您使用的是 TCP 直通,则不,证书的外观无关紧要。 ELB 只是转发原始 TCP 数据。当使用 TCP->TCP 时,ELB 甚至不知道流量是 SSL。