From dcea0a15ee558f6bfa0a7cb5b0da27bc5b8bdd18 Mon Sep 17 00:00:00 2001 From: SWH12 <34267571+SWH12@users.noreply.github.com> Date: Fri, 29 Jan 2021 14:24:51 +0800 Subject: [PATCH] HBASE-25498 Add a comment when configuring HTTPS Incomplete configuration steps when using Secure HTTP (HTTPS) for the Web UI --- src/main/asciidoc/_chapters/security.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/asciidoc/_chapters/security.adoc b/src/main/asciidoc/_chapters/security.adoc index 7953b75b6a37..4678072145b1 100644 --- a/src/main/asciidoc/_chapters/security.adoc +++ b/src/main/asciidoc/_chapters/security.adoc @@ -44,7 +44,7 @@ HBase provides mechanisms to secure various components and aspects of HBase and === Using Secure HTTP (HTTPS) for the Web UI A default HBase install uses insecure HTTP connections for Web UIs for the master and region servers. -To enable secure HTTP (HTTPS) connections instead, set `hbase.ssl.enabled` to `true` in _hbase-site.xml_. +To enable secure HTTP (HTTPS) connections instead, set `hbase.ssl.enabled` to `true` in _hbase-site.xml_(Please prepare SSL certificate and ssl configuration file in advance). This does not change the port used by the Web UI. To change the port for the web UI for a given HBase component, configure that port's setting in hbase-site.xml. These settings are: