<?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: Hue and GoDaddy certificates in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hue-and-GoDaddy-certificates/m-p/32945#M8649</link>
    <description>Hue ships an older forked version of CherryPy that doesn't support&lt;BR /&gt;Certificate chain files.&lt;BR /&gt;&lt;BR /&gt;However, we just landed in our Git repo a fix for it:&lt;BR /&gt;&lt;A href="https://github.com/cloudera/hue/commit/df932c6edbd3900a05f1ee9bef9b5e629329a817" target="_blank"&gt;https://github.com/cloudera/hue/commit/df932c6edbd3900a05f1ee9bef9b5e629329a817&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;this should be used with the .pem created like this&lt;BR /&gt;&lt;BR /&gt;cat hostname.key hostname.crt gd_bundle.crt &amp;gt; certificate_chain.pem&lt;BR /&gt;&lt;BR /&gt;(from&lt;BR /&gt;&lt;A href="https://joshnisly.wordpress.com/2009/01/24/using-godaddy-certificates-with-cherrypy/" target="_blank"&gt;https://joshnisly.wordpress.com/2009/01/24/using-godaddy-certificates-with-cherrypy/&lt;/A&gt;&lt;BR /&gt;)&lt;BR /&gt;&lt;BR /&gt;let us know if it solves it!&lt;BR /&gt;e.&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Tue, 13 Oct 2015 21:37:52 GMT</pubDate>
    <dc:creator>Enrico - Hue</dc:creator>
    <dc:date>2015-10-13T21:37:52Z</dc:date>
    <item>
      <title>Hue and GoDaddy certificates</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hue-and-GoDaddy-certificates/m-p/32926#M8648</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hi!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I've been using Hue with a self-signed certificate and it's been fine, but after purchasing a certificate from GoDaddy I can't seem to get it&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;to work. I've seen a few comments that until recently CherryPy does not work with certificate chains which is what GoDaddy provides. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Has anyone managed to get this to work please? Thanks, Neil&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 21 Apr 2026 13:57:01 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hue-and-GoDaddy-certificates/m-p/32926#M8648</guid>
      <dc:creator>Neil</dc:creator>
      <dc:date>2026-04-21T13:57:01Z</dc:date>
    </item>
    <item>
      <title>Re: Hue and GoDaddy certificates</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hue-and-GoDaddy-certificates/m-p/32945#M8649</link>
      <description>Hue ships an older forked version of CherryPy that doesn't support&lt;BR /&gt;Certificate chain files.&lt;BR /&gt;&lt;BR /&gt;However, we just landed in our Git repo a fix for it:&lt;BR /&gt;&lt;A href="https://github.com/cloudera/hue/commit/df932c6edbd3900a05f1ee9bef9b5e629329a817" target="_blank"&gt;https://github.com/cloudera/hue/commit/df932c6edbd3900a05f1ee9bef9b5e629329a817&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;this should be used with the .pem created like this&lt;BR /&gt;&lt;BR /&gt;cat hostname.key hostname.crt gd_bundle.crt &amp;gt; certificate_chain.pem&lt;BR /&gt;&lt;BR /&gt;(from&lt;BR /&gt;&lt;A href="https://joshnisly.wordpress.com/2009/01/24/using-godaddy-certificates-with-cherrypy/" target="_blank"&gt;https://joshnisly.wordpress.com/2009/01/24/using-godaddy-certificates-with-cherrypy/&lt;/A&gt;&lt;BR /&gt;)&lt;BR /&gt;&lt;BR /&gt;let us know if it solves it!&lt;BR /&gt;e.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 13 Oct 2015 21:37:52 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hue-and-GoDaddy-certificates/m-p/32945#M8649</guid>
      <dc:creator>Enrico - Hue</dc:creator>
      <dc:date>2015-10-13T21:37:52Z</dc:date>
    </item>
    <item>
      <title>Re: Hue and GoDaddy certificates</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hue-and-GoDaddy-certificates/m-p/32979#M8650</link>
      <description>&lt;P&gt;Thanks for the quick turnaround!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It actually turned out to be simple -&amp;nbsp;if you&amp;nbsp;only use the public certificate part, and not the chain&amp;nbsp;it works fine and users can now connect via a pretty domain name over https &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I did have to leave ssl as disabled in hue.ini though. Perhaps this section is related to how Hue communicates with Hive rather than the browser?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;[[ssl]]&lt;BR /&gt;# SSL communication enabled for this server.&lt;BR /&gt;## enabled=false&lt;/P&gt;</description>
      <pubDate>Wed, 14 Oct 2015 18:58:03 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hue-and-GoDaddy-certificates/m-p/32979#M8650</guid>
      <dc:creator>Neil</dc:creator>
      <dc:date>2015-10-14T18:58:03Z</dc:date>
    </item>
    <item>
      <title>Re: Hue and GoDaddy certificates</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hue-and-GoDaddy-certificates/m-p/33082#M8651</link>
      <description>Yes, these parts are in the [beeswax] or [impala] section so it is for SSL&lt;BR /&gt;between Hue and them, so unrelated to HTTPS in the Browser&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 19 Oct 2015 10:05:56 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hue-and-GoDaddy-certificates/m-p/33082#M8651</guid>
      <dc:creator>Romainr</dc:creator>
      <dc:date>2015-10-19T10:05:56Z</dc:date>
    </item>
  </channel>
</rss>

