Skip to content

Commit d26c641

Browse files
author
Matthew Fisher
committed
docs(ssl_endpoints): open port 443 in ec2 secgroup
1 parent d7f7118 commit d26c641

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

docs/installing_deis/ssl-endpoints.rst

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,12 @@ On most cloud-based load balancers, you can install a SSL certificate onto the l
6262
itself. This is the recommended way of enabling SSL onto a cluster, as any communication inbound to
6363
the cluster will be encrypted while the internal components of Deis will still communicate over
6464
HTTP. To enable SSL, you will need to open port 443 on the load balancer and forward it to port 80
65-
on the routers. See your vendor's specific instructions on installing SSL on your load balancer.
65+
on the routers. For EC2, you'll also need to add port 443 in the security group settings for your
66+
load balancer.
6667

67-
For EC2, see their documentation on `installing an SSL cert for load balancing`_. For
68-
Rackspace, see their `Product FAQ`_.
68+
See your vendor's specific instructions on installing SSL on your load balancer. For EC2, see their
69+
documentation on `installing an SSL cert for load balancing`_. For Rackspace, see their
70+
`Product FAQ`_.
6971

7072
.. _`installing an SSL cert for load balancing`: http://docs.aws.amazon.com/ElasticLoadBalancing/latest/DeveloperGuide/ssl-server-cert.html
7173
.. _`Product FAQ`: http://www.rackspace.com/knowledge_center/product-faq/cloud-load-balancers

0 commit comments

Comments
 (0)