<?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: Unable to connect to Spark History Server Web UI (Cloudera Enterprise 6.3.4) in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/Unable-to-connect-to-Spark-History-Server-Web-UI-Cloudera/m-p/333287#M231404</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/91987"&gt;@Donal_RC&lt;/a&gt;&amp;nbsp;, Please check if the Spark History Server UI is TLS/SSL enabled or not. I suppose it is not, usually SHS WebUI is available only on http. (the log snippets suggest that it is plain http)&lt;/P&gt;&lt;P&gt;Chrome is automatically switching to https for some company domains, this feature is called HSTS - HTTP Strict Transport Security. Please check the addresss bar in Chrome, you should see that the URL starts with https.&lt;/P&gt;&lt;P&gt;If you have Internet Explorer, that doesn't do this, you can try there.&lt;/P&gt;&lt;P&gt;Alternatively you can:&lt;BR /&gt;- modify the URL and access the SHS with the host's IP address&lt;/P&gt;&lt;P&gt;- or enable TLS/SSL for the SHS too.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Hope this helps,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Miklos&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 06 Jan 2022 12:49:29 GMT</pubDate>
    <dc:creator>mszurap</dc:creator>
    <dc:date>2022-01-06T12:49:29Z</dc:date>
    <item>
      <title>Unable to connect to Spark History Server Web UI (Cloudera Enterprise 6.3.4)</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Unable-to-connect-to-Spark-History-Server-Web-UI-Cloudera/m-p/333284#M231401</link>
      <description>&lt;P&gt;Accessing the URL on port 18088 returns a&amp;nbsp;ERR_SSL_PROTOCOL_ERROR error in Chrome.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;history server logs have the following:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="java"&gt;11:25:29.130 AM	WARN	HttpParser	
Illegal character 0x16 in state=START for buffer HeapByteBuffer@1af6bd16[p=1,l=517,c=8192,r=516]={\x16&amp;lt;&amp;lt;&amp;lt; ...}
11:25:29.130 AM	WARN	HttpParser	
Illegal character 0x16 in state=START for buffer HeapByteBuffer@21158554[p=1,l=517,c=8192,r=516]={\x16&amp;lt;&amp;lt;&amp;lt; ...}
11:25:29.130 AM	WARN	HttpParser	
bad HTTP parsed: 400 Illegal character 0x16 for HttpChannelOverHttp@2390a367{r=0,c=false,a=IDLE,uri=null}
11:25:29.131 AM	WARN	HttpParser	
bad HTTP parsed: 400 Illegal character 0x16 for HttpChannelOverHttp@7843db5f{r=0,c=false,a=IDLE,uri=null}&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Note: some lines truncated to avoid exposing data.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;There was a similar &lt;A href="https://community.cloudera.com/t5/Support-Questions/Unable-to-connect-to-Schema-Registry-UI-in-Ambari-after-HDF/m-p/223543#M185408" target="_blank" rel="noopener"&gt;post&lt;/A&gt;&amp;nbsp;regarding&amp;nbsp;&lt;EM&gt;Schema Registry UI in Ambari&lt;/EM&gt;&amp;nbsp;but the solution doesn't appear to be applicable here (though I suspect the issue is similar).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any thoughts?&lt;/P&gt;</description>
      <pubDate>Thu, 06 Jan 2022 11:51:07 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Unable-to-connect-to-Spark-History-Server-Web-UI-Cloudera/m-p/333284#M231401</guid>
      <dc:creator>Donal_RC</dc:creator>
      <dc:date>2022-01-06T11:51:07Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to connect to Spark History Server Web UI (Cloudera Enterprise 6.3.4)</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Unable-to-connect-to-Spark-History-Server-Web-UI-Cloudera/m-p/333286#M231403</link>
      <description>&lt;P&gt;- Do we have enabled SSL for the Spark UI?&lt;/P&gt;&lt;P&gt;- If not, are we able to access the URL with the HTTP protocol? Also try with different browser and in Private Browsing mode.&lt;/P&gt;&lt;P&gt;- Have we tried accessing the URL with the CURL command?&lt;/P&gt;&lt;P&gt;- Do we have SPNEGO enabled for the cluster?&lt;/P&gt;</description>
      <pubDate>Thu, 06 Jan 2022 12:48:46 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Unable-to-connect-to-Spark-History-Server-Web-UI-Cloudera/m-p/333286#M231403</guid>
      <dc:creator>Deepan_N</dc:creator>
      <dc:date>2022-01-06T12:48:46Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to connect to Spark History Server Web UI (Cloudera Enterprise 6.3.4)</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Unable-to-connect-to-Spark-History-Server-Web-UI-Cloudera/m-p/333287#M231404</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/91987"&gt;@Donal_RC&lt;/a&gt;&amp;nbsp;, Please check if the Spark History Server UI is TLS/SSL enabled or not. I suppose it is not, usually SHS WebUI is available only on http. (the log snippets suggest that it is plain http)&lt;/P&gt;&lt;P&gt;Chrome is automatically switching to https for some company domains, this feature is called HSTS - HTTP Strict Transport Security. Please check the addresss bar in Chrome, you should see that the URL starts with https.&lt;/P&gt;&lt;P&gt;If you have Internet Explorer, that doesn't do this, you can try there.&lt;/P&gt;&lt;P&gt;Alternatively you can:&lt;BR /&gt;- modify the URL and access the SHS with the host's IP address&lt;/P&gt;&lt;P&gt;- or enable TLS/SSL for the SHS too.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Hope this helps,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Miklos&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 06 Jan 2022 12:49:29 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Unable-to-connect-to-Spark-History-Server-Web-UI-Cloudera/m-p/333287#M231404</guid>
      <dc:creator>mszurap</dc:creator>
      <dc:date>2022-01-06T12:49:29Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to connect to Spark History Server Web UI (Cloudera Enterprise 6.3.4)</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Unable-to-connect-to-Spark-History-Server-Web-UI-Cloudera/m-p/333292#M231405</link>
      <description>&lt;P&gt;This appears to be the cause. Switching to MS Edge avoided the HSTS feature in Chrome.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Will look at enabling HTTPS on all UIs though since that is the correct solution in the longterm (&lt;EM&gt;spark.ssl.historyServer.enabled&lt;/EM&gt;&lt;SPAN&gt;&amp;nbsp;option is currently set to false&lt;/SPAN&gt;&lt;SPAN&gt;).&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 06 Jan 2022 13:51:51 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Unable-to-connect-to-Spark-History-Server-Web-UI-Cloudera/m-p/333292#M231405</guid>
      <dc:creator>Donal_RC</dc:creator>
      <dc:date>2022-01-06T13:51:51Z</dc:date>
    </item>
  </channel>
</rss>

