From 151b594785e550373346178f6a9578a35ede7223 Mon Sep 17 00:00:00 2001 From: ibsoln <52778946+ibsoln@users.noreply.github.com> Date: Thu, 24 Feb 2022 14:35:52 +0000 Subject: [PATCH] DOC-9716 -- Fix SVR Port Nos https://issues.couchbase.com/browse/DOC-9716 --- modules/ROOT/pages/_partials/sgw-svr-ports.adoc | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/modules/ROOT/pages/_partials/sgw-svr-ports.adoc b/modules/ROOT/pages/_partials/sgw-svr-ports.adoc index 1ffad9250..b14ab4228 100644 --- a/modules/ROOT/pages/_partials/sgw-svr-ports.adoc +++ b/modules/ROOT/pages/_partials/sgw-svr-ports.adoc @@ -1,8 +1,7 @@ // Inclusion for use in master topics only For mobile deployment on premise or in the cloud (for example, AWS or Red Hat) open the following ports on the host to enable Couchbase Server to operate correctly: -* 8091 to 8094 inclusive -* 11207, 11210 and 11211 -* 18091 to 18093 inclusive. +* Unencrypted: 8091-8093, 11210 +* Encrypted: 18091-18093, 11207 Check that any firewall configuration allows communication on the specified ports.