diff options
author | Douglas Barbosa Alexandre <dbalexandre@gmail.com> | 2019-07-04 18:25:54 -0300 |
---|---|---|
committer | Douglas Barbosa Alexandre <dbalexandre@gmail.com> | 2019-07-05 12:02:45 -0300 |
commit | a5c0809f3bf35303af087a4c35000f664f55d172 (patch) | |
tree | 58412b08dd94af533c94e7255b6ab82c29f94ef7 | |
parent | 546ee64c4764ac9cf27aa3d0e46fac51a4eb9bff (diff) | |
download | gitlab-ce-a5c0809f3bf35303af087a4c35000f664f55d172.tar.gz |
Add note that internal URL works only with a LB with TLS terminationda-add-note-that-internal-url-work-with-load-balancer-that-terminates-tls-docs
-rw-r--r-- | doc/user/admin_area/geo_nodes.md | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/doc/user/admin_area/geo_nodes.md b/doc/user/admin_area/geo_nodes.md index d99b87cbc5c..f535e7790bc 100644 --- a/doc/user/admin_area/geo_nodes.md +++ b/doc/user/admin_area/geo_nodes.md @@ -61,6 +61,12 @@ which is used by users. Internal URL does not need to be a private address. Internal URL defaults to External URL, but you can customize it under **Admin area > Geo Nodes**. +CAUTION: **Warning:** +We recommend using an HTTPS connection while configuring the Geo nodes. To avoid +breaking communication between **primary** and **secondary** nodes when using +HTTPS, customize your Internal URL to point to a Load Balancer with TLS +termination. + ## Multiple secondary nodes behind a load balancer In GitLab 11.11, **secondary** nodes can use identical external URLs as long as @@ -83,4 +89,4 @@ questions that you know someone might ask. Each scenario can be a third-level heading, e.g. `### Getting error message X`. If you have none to add when creating a doc, leave this section in place -but commented out to help encourage others to add to it in the future. -->
\ No newline at end of file +but commented out to help encourage others to add to it in the future. --> |