Update add-sans-to-cluster.md (#2671)

* Update add-sans-to-cluster.md

* Update add-sans-to-cluster.md
This commit is contained in:
Wang Jie 2017-04-08 04:13:51 +08:00 committed by John Mulhausen
parent 733b8a6b9a
commit 8c4811cad6
1 changed files with 2 additions and 2 deletions

View File

@ -4,11 +4,11 @@ description: Learn how to add new SANs to cluster nodes, allowing you to connect
keywords: Docker, cluster, nodes, labels, certificates, SANs
---
UCP always runs with HTTPS enabled.When you connect to UCP, you need to make
UCP always runs with HTTPS enabled. When you connect to UCP, you need to make
sure that the hostname that you use to connect is recognized by UCP's
certificates. If, for instance, you put UCP behind a load balancer that
forwards its traffic to your UCP instance, your requests will be for the load
balancer's hostname or IP address, not UCP's. UCP will reject these requests
balancer's hostname or IP address, not UCP's. UCP will reject these requests
unless you include the load balancer's address as a Subject Alternative Name
(or SAN) in UCP's certificates.