Ted Yu created HBASE-10219:
------------------------------
Summary: HTTPS support for HBase in RegionServerListTmpl.jamon
Key: HBASE-10219
URL: https://issues.apache.org/jira/browse/HBASE-10219
Project: HBase
Issue Type: Bug
Reporter: Ted Yu
Assignee: Ted Yu
HBASE-9954 added https support but missed the following occurrence in
RegionServerListTmpl.jamon:
{code}
String url = "http://" + serverName.getHostname() + ":" + infoPort +
"/";
{code}
--
This message was sent by Atlassian JIRA
(v6.1.4#6159)