From 1e67b6702a8b33f0b6f656f39ef8103060d46edc Mon Sep 17 00:00:00 2001 From: Rachel Elledge Date: Thu, 20 Feb 2025 17:02:26 -0600 Subject: [PATCH 1/2] DOC-2773 RS: Change localhost to name/IP in the Cluster Manager UI URL in quick starts --- content/embeds/cluster-setup.md | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/content/embeds/cluster-setup.md b/content/embeds/cluster-setup.md index e2ad710b46..5df5b27955 100644 --- a/content/embeds/cluster-setup.md +++ b/content/embeds/cluster-setup.md @@ -1,12 +1,8 @@ -1. In the web browser on the host machine, go to [https://localhost:8443](https://localhost:8443) to see -the new Redis Enterprise Software Cluster Manager UI. The cluster generates self-signed TLS certificates to secure the connection. These self-signed certificates are unknown to the browser and must be accepted before you proceed. +1. In a browser, go to `https://:8443` to access the Cluster Manager UI. If you use a browser on the host machine, you can also access the Cluster Manager UI at `https://localhost:8443`. - To use the legacy UI for this quickstart instead, see the [6.4 version of the quickstarts](https://docs.redis.com/6.4/rs/installing-upgrading/quickstarts/). + The cluster generates self-signed TLS certificates to secure the connection. Because these self-signed certificates are unknown to the browser, you must accept them before you proceed. - {{< note >}} -- If the server does not show the login screen, try again after a few minutes. - - {{< /note >}} + If the server does not show the sign-in screen, try again after a few minutes. 1. Select **Create new cluster**. From e2f6b9adb96df00b6c40e5bf78fd05386ad9da2d Mon Sep 17 00:00:00 2001 From: Rachel Elledge <86307637+rrelledge@users.noreply.github.com> Date: Fri, 21 Feb 2025 09:10:35 -0600 Subject: [PATCH 2/2] Update content/embeds/cluster-setup.md Co-authored-by: andy-stark-redis <164213578+andy-stark-redis@users.noreply.github.com> --- content/embeds/cluster-setup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/embeds/cluster-setup.md b/content/embeds/cluster-setup.md index 5df5b27955..e2594a68fa 100644 --- a/content/embeds/cluster-setup.md +++ b/content/embeds/cluster-setup.md @@ -1,4 +1,4 @@ -1. In a browser, go to `https://:8443` to access the Cluster Manager UI. If you use a browser on the host machine, you can also access the Cluster Manager UI at `https://localhost:8443`. +1. In a browser, go to `https://:8443` to access the Cluster Manager UI. If you use a browser on the host machine, you can also access the Cluster Manager UI at `https://localhost:8443`. The cluster generates self-signed TLS certificates to secure the connection. Because these self-signed certificates are unknown to the browser, you must accept them before you proceed.