我正在尝试使用AWS服务来卸载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视频,但都没有效果。
发布于 2017-09-12 21:26:59
如前所述,您正在使用域吗?
您设置了ssl证书吗?
http://docs.aws.amazon.com/elasticloadbalancing/latest/classic/elb-create-https-ssl-load-balancer.html
https://serverfault.com/questions/873348
复制相似问题