<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>question Re: HTTPS access to Ranger via Knox ? in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/HTTPS-access-to-Ranger-via-Knox/m-p/101918#M64878</link>
    <description>&lt;A rel="user" href="https://community.cloudera.com/users/190/kevinminder.html" nodeid="190"&gt;@Kevin Minder&lt;/A&gt;</description>
    <pubDate>Wed, 13 Jan 2016 01:30:29 GMT</pubDate>
    <dc:creator>nsabharwal</dc:creator>
    <dc:date>2016-01-13T01:30:29Z</dc:date>
    <item>
      <title>HTTPS access to Ranger via Knox ?</title>
      <link>https://community.cloudera.com/t5/Support-Questions/HTTPS-access-to-Ranger-via-Knox/m-p/101917#M64877</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;due to security concerns I need to provide Ranger WebUI via Https, and I thought accessing it through Knox would be a simple approach. But I can also imagine some wired conflicts while e.g. configuring Knox policies for Knox, in Ranger and thereby creating some Kind of 'deadlock'....&lt;/P&gt;&lt;P&gt;What do you think about that approach, is it possible at all and how would a topology in Knox look like?!?!&lt;/P&gt;&lt;P&gt;Thanks for any thoughts and Hints!&lt;/P&gt;</description>
      <pubDate>Sat, 09 Jan 2016 04:15:18 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/HTTPS-access-to-Ranger-via-Knox/m-p/101917#M64877</guid>
      <dc:creator>geko</dc:creator>
      <dc:date>2016-01-09T04:15:18Z</dc:date>
    </item>
    <item>
      <title>Re: HTTPS access to Ranger via Knox ?</title>
      <link>https://community.cloudera.com/t5/Support-Questions/HTTPS-access-to-Ranger-via-Knox/m-p/101918#M64878</link>
      <description>&lt;A rel="user" href="https://community.cloudera.com/users/190/kevinminder.html" nodeid="190"&gt;@Kevin Minder&lt;/A&gt;</description>
      <pubDate>Wed, 13 Jan 2016 01:30:29 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/HTTPS-access-to-Ranger-via-Knox/m-p/101918#M64878</guid>
      <dc:creator>nsabharwal</dc:creator>
      <dc:date>2016-01-13T01:30:29Z</dc:date>
    </item>
    <item>
      <title>Re: HTTPS access to Ranger via Knox ?</title>
      <link>https://community.cloudera.com/t5/Support-Questions/HTTPS-access-to-Ranger-via-Knox/m-p/101919#M64879</link>
      <description>&lt;P&gt;Currently Knox does not currently support proxying the Ranger UI.  If/when Knox does support proxying the Ranger UI you are correct that it may be impossible to access the Ranger UI via Knox if the Range/Knox agent is installed and if the required users have not already been granted access.  Presumably setting up the required policies would be done before hand or from "within" the cluster and not via Knox.&lt;/P&gt;</description>
      <pubDate>Wed, 13 Jan 2016 06:01:58 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/HTTPS-access-to-Ranger-via-Knox/m-p/101919#M64879</guid>
      <dc:creator>kevin_minder</dc:creator>
      <dc:date>2016-01-13T06:01:58Z</dc:date>
    </item>
    <item>
      <title>Re: HTTPS access to Ranger via Knox ?</title>
      <link>https://community.cloudera.com/t5/Support-Questions/HTTPS-access-to-Ranger-via-Knox/m-p/101920#M64880</link>
      <description>&lt;P&gt;Thanks &lt;A rel="user" href="https://community.cloudera.com/users/190/kevinminder.html" nodeid="190"&gt;@Kevin Minder&lt;/A&gt; for your explanation.&lt;/P&gt;&lt;P&gt;Is it possible to proxy the NN / RM Webpage through Knox?....Just to put Access to those webuis behind HTTPS&lt;/P&gt;</description>
      <pubDate>Thu, 14 Jan 2016 02:43:58 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/HTTPS-access-to-Ranger-via-Knox/m-p/101920#M64880</guid>
      <dc:creator>geko</dc:creator>
      <dc:date>2016-01-14T02:43:58Z</dc:date>
    </item>
    <item>
      <title>Re: HTTPS access to Ranger via Knox ?</title>
      <link>https://community.cloudera.com/t5/Support-Questions/HTTPS-access-to-Ranger-via-Knox/m-p/101921#M64881</link>
      <description>&lt;P style="margin-left: 20px;"&gt;Hi Kevin Minder-&lt;/P&gt;&lt;P&gt;I am at a similar situation right now. Trying to enable SSL in ranger (Version 0.5). I could see some some config props in Ambari ranger, so i am guess SSL enabling is possible and changed following props,&lt;/P&gt;&lt;P&gt;&lt;EM&gt;- ranger.&lt;/EM&gt;&lt;EM&gt;service.&lt;/EM&gt;&lt;EM&gt;https.&lt;/EM&gt;&lt;EM&gt;attrib.&lt;/EM&gt;&lt;EM&gt;ssl.&lt;/EM&gt;&lt;EM&gt;enabled : true&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;- ranger.&lt;/EM&gt;&lt;EM&gt;service.&lt;/EM&gt;&lt;EM&gt;https.&lt;/EM&gt;&lt;EM&gt;port :6182
&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;- HTTP enabled :false&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;-  External URL : &lt;A href="https://hostname:6182"&gt;https://hostname:6182&lt;/A&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;After trying out above steps to enable ssl for ranger i end up getting an alert connection refused error to the url &lt;/P&gt;&lt;P&gt;&lt;EM&gt; &lt;A href="https://hostname:6182"&gt;https://hostname:6182&lt;/A&gt;&lt;/EM&gt; and the ranger UI doesn't show up. I wonder if enabling SSL is possible for ranger UI Ver 0.5 (&lt;/P&gt;&lt;P&gt;&lt;A href="https://issues.apache.org/jira/browse/RANGER-795)" target="_blank"&gt;https://issues.apache.org/jira/browse/RANGER-795)&lt;/A&gt; &lt;/P&gt;&lt;P&gt;or is there any other configs that I missed ?&lt;/P&gt;</description>
      <pubDate>Sat, 12 Mar 2016 03:27:45 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/HTTPS-access-to-Ranger-via-Knox/m-p/101921#M64881</guid>
      <dc:creator>george_gittu</dc:creator>
      <dc:date>2016-03-12T03:27:45Z</dc:date>
    </item>
    <item>
      <title>Re: HTTPS access to Ranger via Knox ?</title>
      <link>https://community.cloudera.com/t5/Support-Questions/HTTPS-access-to-Ranger-via-Knox/m-p/101922#M64882</link>
      <description>&lt;P&gt;I couldn't enable ssl in ranger.&lt;/P&gt;</description>
      <pubDate>Sat, 12 Mar 2016 03:29:01 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/HTTPS-access-to-Ranger-via-Knox/m-p/101922#M64882</guid>
      <dc:creator>george_gittu</dc:creator>
      <dc:date>2016-03-12T03:29:01Z</dc:date>
    </item>
    <item>
      <title>Re: HTTPS access to Ranger via Knox ?</title>
      <link>https://community.cloudera.com/t5/Support-Questions/HTTPS-access-to-Ranger-via-Knox/m-p/101923#M64883</link>
      <description>&lt;P&gt;Right now I was able to enable SSL in Ranger 0.6.0 downloaded from the Apache Foundation but not in Ranger 0.5.0 included in HDP 2.4.0. Hope in the next release Hortonworks will upgrade Ranger to 0.6.0.&lt;/P&gt;</description>
      <pubDate>Sun, 17 Apr 2016 04:06:58 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/HTTPS-access-to-Ranger-via-Knox/m-p/101923#M64883</guid>
      <dc:creator>dorio</dc:creator>
      <dc:date>2016-04-17T04:06:58Z</dc:date>
    </item>
  </channel>
</rss>

