Elb 健康检查因 Https 而失败

Elb 健康检查因 Https 而失败

我正在使用 AWS 中的 ELB 健康检查 URL。

本次健康检查正在与

Http:1140/<myurltoapplication>

并且附加的 Ec2 实例显示为正在使用

但是当我使用

Https:11402/<myurltoapplication>

健康检查失败并且附加的 Ec2 实例显示 OutofService。

无法弄清楚该问题。请帮忙!!

执行 curl 命令后

curl -kv https://<ip>:11402/<myurl>

我收到以下回复

 About to connect() to <ip> port 11402 (#0)
*   Trying <ip> connected
* Connected to <ip> (<ip>) port 11402 (#0)
* Initializing NSS with certpath: *****
* warning: ignoring value of ssl.verifyhost

我尝试过

curl -I <ip>:11402/<myurl> 

如下所述

http://docs.aws.amazon.com/ElasticLoadBalancing/latest/DeveloperGuide/ts-elb-healthcheck.html

它没有返回任何结果

相关内容