我正在尝试使用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
我如何configuration它:
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.
我错过了什么吗?
注意:我查看了文档,几乎看到所有与远程相关的YouTubevideo,都无济于事。
如前所述,你使用的是域名吗?
你有没有设置SSL证书?