AWS 负载均衡器 HTTPS 不工作

AWS 负载均衡器 HTTPS 不工作

我正在尝试使用 AWS ELB 服务进行 SSL 卸载。问题是,虽然 HTTP 可以顺利通过负载均衡器,但 HTTPS 却无法正常工作,并在 FireFox 中显示“您的连接不安全”

设置如下:

1 Load Balancer(for SSL offloading and to enable AWS shield (DDOS protection)) --> 1 EC2 server <--> 1 DB server

我如何配置它:

Load balancer with listener on port 80 and 443.
target group with ONLY port 80 enabled.
Security group with port 80 and 443 on both load balancer and EC2 instance.

我是否遗漏了什么?

注意:我查看了文档并几乎看了所有与之相关的 YouTube 视频,但无济于事。

答案1

正如前面提到的,您正在使用域名吗?

您是否已设置 SSL 证书?

http://docs.aws.amazon.com/elasticloadbalancing/latest/classic/elb-create-https-ssl-load-balancer.html

相关内容