Return-Path: X-Original-To: apmail-hbase-issues-archive@www.apache.org Delivered-To: apmail-hbase-issues-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 447BFF97C for ; Tue, 2 Apr 2013 18:01:21 +0000 (UTC) Received: (qmail 27510 invoked by uid 500); 2 Apr 2013 18:01:20 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 27461 invoked by uid 500); 2 Apr 2013 18:01:20 -0000 Mailing-List: contact issues-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list issues@hbase.apache.org Received: (qmail 27413 invoked by uid 99); 2 Apr 2013 18:01:20 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 02 Apr 2013 18:01:20 +0000 Date: Tue, 2 Apr 2013 18:01:20 +0000 (UTC) From: "Elliott Clark (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HBASE-8181) WebUIs HTTPS support MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/HBASE-8181?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13620072#comment-13620072 ] Elliott Clark commented on HBASE-8181: -------------------------------------- {code} Go to yahoo.com {code} When viewed over http the css will come from http://fonts.googleapis.com/css?family=Noto+Sans When viewed over https the url for the css will https://fonts.googleapis.com/css?family=Noto+Sans When viewed over http that href will be to http. When viewed over https that href will go to https. > WebUIs HTTPS support > -------------------- > > Key: HBASE-8181 > URL: https://issues.apache.org/jira/browse/HBASE-8181 > Project: HBase > Issue Type: New Feature > Components: UI > Affects Versions: 0.94.5 > Reporter: Michael Weng > Assignee: Elliott Clark > Priority: Minor > Fix For: 0.95.1, 0.98.0, 0.94.7 > > Attachments: HBASE-8181-0.94.txt, HBASE-8181-trunk.txt > > > With https enabled on hadoop 1.2 > https://issues.apache.org/jira/browse/MAPREDUCE-4661 > HBase automatically inherits the feature. However, there are some hardcoded places need to be fixed. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira