使用带有ssl证书的aws设置elb

时间:2016-07-15 11:41:54

标签: amazon-web-services ssl amazon-elb

我在AWS中设置了ELB

1. TCP port 443 forward to 8080 port on instance (nginx)
2. www.example.com point to ELB dns
3. myserver.mydomain is my instance hostname

现在我在ELB上为域www.example.com

设置了ssl

现在对于nginx上的ssl,以便所有通信都是ssl。我想知道

我是否需要在www.example.com or myserver.mydomain or its IP adddress

的nginx上传ssl

1 个答案:

答案 0 :(得分:0)

根据您的评论,如果您也想从服务器端获取SSL,那么也可以。然后,这是您需要遵循的两个步骤。

  1. 为" www.example.com"上传SSL在您的服务器上并将nginex配置为服务器443端口。
  2. 将ELB侦听器从443-80更改为443-443。
  3. 它会起作用