<?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: Accessing HDP web UI from Windows PC causes &amp;quot;GSSHeader did not find the right tag&amp;quot; in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Accessing-HDP-web-UI-from-Windows-PC-causes-quot-GSSHeader/m-p/96429#M9831</link>
    <description>&lt;P&gt;thanks for suggesting. Created a new thread&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.hortonworks.com/questions/135805/accessing-hdp-web-ui-from-windows-pc-causes-gsshea-1.html"&gt;https://community.hortonworks.com/questions/135805/accessing-hdp-web-ui-from-windows-pc-causes-gsshea-1.html&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 05 Sep 2017 22:39:42 GMT</pubDate>
    <dc:creator>sachinsga_com</dc:creator>
    <dc:date>2017-09-05T22:39:42Z</dc:date>
    <item>
      <title>Accessing HDP web UI from Windows PC causes "GSSHeader did not find the right tag"</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Accessing-HDP-web-UI-from-Windows-PC-causes-quot-GSSHeader/m-p/96413#M9815</link>
      <description>&lt;P&gt;HDP version : 2.3.0 
Ambari version: 2.1.0&lt;/P&gt;&lt;P&gt;Enabled Kerberos with Windows Active Directory (not cross-realm) from Ambari.&lt;/P&gt;&lt;P&gt;Confirmed kinit and curl to WebHDFS worked with an AD user.&lt;/P&gt;&lt;PRE&gt;Followed &lt;A href="http://docs.hortonworks.com/HDPDocuments/Ambari-2.1.2.0/bk_Ambari_Security_Guide/content/_configuring_http_authentication_for_HDFS_YARN_MapReduce2_HBase_Oozie_Falcon_and_Storm.html" target="_blank"&gt;http://docs.hortonworks.com/HDPDocuments/Ambari-2.1.2.0/bk_Ambari_Security_Guide/content/_configuring_http_authentication_for_HDFS_YARN_MapReduce2_HBase_Oozie_Falcon_and_Storm.html&lt;/A&gt;&lt;/PRE&gt;&lt;P&gt;Again, confirmed kdestroy &amp;amp; kinit and curl to WebHDFS and NameNode UI worked with an AD user.&lt;/P&gt;&lt;P&gt;Now, tried to access HDP NameNode UI page from Firefox on Windows PC. &lt;/P&gt;&lt;PRE&gt;Copied /etc/krb5.conf to C:\Windows\krb5.ini.
Followed some instruction found on internet to set up Firefox.
And didn't work. The error was "&lt;STRONG&gt;GSSHeader did not find the right tag&lt;/STRONG&gt;"&lt;/PRE&gt;&lt;P&gt;For troubleshooting purpose, downloaded curl.exe from &lt;A href="http://curl.haxx.se/download.html" target="_blank"&gt;http://curl.haxx.se/download.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Trying to access HDP, for example, NameNode:50070 with curl --negotiate, and got same error "&lt;STRONG&gt;GSSHeader did not find the right tag&lt;/STRONG&gt;"&lt;/P&gt;&lt;P&gt;Copied "/etc/security/keytabs/spnego.service.keytab" into Windows and did kinit -k -t and curl --negotiate but same error.&lt;/P&gt;&lt;P&gt;Does anyone know what would be missing to make Windows PC work to access secured web page?&lt;/P&gt;</description>
      <pubDate>Fri, 16 Sep 2022 09:47:18 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Accessing-HDP-web-UI-from-Windows-PC-causes-quot-GSSHeader/m-p/96413#M9815</guid>
      <dc:creator>hosako</dc:creator>
      <dc:date>2022-09-16T09:47:18Z</dc:date>
    </item>
    <item>
      <title>Re: Accessing HDP web UI from Windows PC causes "GSSHeader did not find the right tag"</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Accessing-HDP-web-UI-from-Windows-PC-causes-quot-GSSHeader/m-p/96414#M9816</link>
      <description>&lt;P&gt;Have you tried to use another browser like Internet Explorer or Chrome? I understand that you tried curl as well as Firefox, but both may have issues on Windows. &lt;/P&gt;&lt;P&gt;What version of Windows are you using?&lt;/P&gt;&lt;P&gt;Does the user use that Active Directory to login to the Windows box or are you kinit-ing manually?&lt;/P&gt;</description>
      <pubDate>Mon, 02 Nov 2015 19:11:22 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Accessing-HDP-web-UI-from-Windows-PC-causes-quot-GSSHeader/m-p/96414#M9816</guid>
      <dc:creator>rlevas</dc:creator>
      <dc:date>2015-11-02T19:11:22Z</dc:date>
    </item>
    <item>
      <title>Re: Accessing HDP web UI from Windows PC causes "GSSHeader did not find the right tag"</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Accessing-HDP-web-UI-from-Windows-PC-causes-quot-GSSHeader/m-p/96415#M9817</link>
      <description>&lt;P&gt;You're probably running into the latest JDK/Kerberos issue.&lt;/P&gt;&lt;P&gt;What JDK Version do you have? 1.8.0_40?&lt;/P&gt;&lt;P&gt;The JDK 1.8.0_40 has a bug and throws the following error: &lt;/P&gt;&lt;PRE&gt;GSSException: Defective token detected (Mechanism level: GSSHeader did not find the right tag)
The token supplied by the client is not accepted by the server.
&lt;/PRE&gt;&lt;P&gt;This is because Windows sends an NTLM based ticket not a kerberos based ticket.&lt;/P&gt;&lt;P&gt;I  had this issue a couple weeks ago, it is fixed in 1.8.0_60, so the easiest way is to upgrade the JDK on your nodes.&lt;/P&gt;</description>
      <pubDate>Mon, 02 Nov 2015 20:03:18 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Accessing-HDP-web-UI-from-Windows-PC-causes-quot-GSSHeader/m-p/96415#M9817</guid>
      <dc:creator>jstraub</dc:creator>
      <dc:date>2015-11-02T20:03:18Z</dc:date>
    </item>
    <item>
      <title>Re: Accessing HDP web UI from Windows PC causes "GSSHeader did not find the right tag"</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Accessing-HDP-web-UI-from-Windows-PC-causes-quot-GSSHeader/m-p/96416#M9818</link>
      <description>&lt;P&gt;Thanks. Found &lt;A href="http://bugs.java.com/bugdatabase/view_bug.do?bug_id=8080129" target="_blank"&gt;http://bugs.java.com/bugdatabase/view_bug.do?bug_id=8080129&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 03 Nov 2015 10:35:51 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Accessing-HDP-web-UI-from-Windows-PC-causes-quot-GSSHeader/m-p/96416#M9818</guid>
      <dc:creator>hosako</dc:creator>
      <dc:date>2015-11-03T10:35:51Z</dc:date>
    </item>
    <item>
      <title>Re: Accessing HDP web UI from Windows PC causes "GSSHeader did not find the right tag"</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Accessing-HDP-web-UI-from-Windows-PC-causes-quot-GSSHeader/m-p/96417#M9819</link>
      <description>&lt;P&gt;Thanks for the official Oracle bug reference. I'll see if I can raise this internally and we can change the default/recommended JDK to 1.8.0_60 in our docs&lt;/P&gt;</description>
      <pubDate>Tue, 03 Nov 2015 18:49:53 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Accessing-HDP-web-UI-from-Windows-PC-causes-quot-GSSHeader/m-p/96417#M9819</guid>
      <dc:creator>jstraub</dc:creator>
      <dc:date>2015-11-03T18:49:53Z</dc:date>
    </item>
    <item>
      <title>Re: Accessing HDP web UI from Windows PC causes "GSSHeader did not find the right tag"</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Accessing-HDP-web-UI-from-Windows-PC-causes-quot-GSSHeader/m-p/96418#M9820</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/206/hosako.html" nodeid="206"&gt;@Hajime&lt;/A&gt; Thanks for sharing the bug details. &lt;/P&gt;</description>
      <pubDate>Mon, 30 Nov 2015 08:46:48 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Accessing-HDP-web-UI-from-Windows-PC-causes-quot-GSSHeader/m-p/96418#M9820</guid>
      <dc:creator>nsabharwal</dc:creator>
      <dc:date>2015-11-30T08:46:48Z</dc:date>
    </item>
    <item>
      <title>Re: Accessing HDP web UI from Windows PC causes "GSSHeader did not find the right tag"</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Accessing-HDP-web-UI-from-Windows-PC-causes-quot-GSSHeader/m-p/96419#M9821</link>
      <description>&lt;P&gt;I am also getting same error when I tried to access web UI from Window Machine.&lt;/P&gt;&lt;P&gt;Could you please let me know what actions I should take in order to access the HDP Web UI. I am able to access same Web UI using curl on one of my hadoop cluster machine (Linux) but same URL is not working from Window 7 Machine (Chrome Version 51.0.2704.103 m). It asks for username and password and I supplied the same which I have created on Kerberos Server but no success.&lt;/P&gt;&lt;P&gt;We are using HDP-2.4.0, Kerberos5 and JDK-1.8.0_60&lt;/P&gt;&lt;P&gt;Error Message on Browser: GSSException: Defective token detected (Mechanism level: GSSHeader did not find the right tag)&lt;/P&gt;&lt;P&gt;Please note: My cluster is on &lt;A href="http://example.com/"&gt;example.com&lt;/A&gt; which is specific to HDP cluster only and my windows machine is connected with different AD realm and we do not want to create any relationship between them, whatever changes required we can make on client machine (Windows 7) and HDP cluster only.&lt;/P&gt;&lt;P&gt;Appreciate your help.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Thu, 30 Jun 2016 19:20:14 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Accessing-HDP-web-UI-from-Windows-PC-causes-quot-GSSHeader/m-p/96419#M9821</guid>
      <dc:creator>bhaveshvv109</dc:creator>
      <dc:date>2016-06-30T19:20:14Z</dc:date>
    </item>
    <item>
      <title>Re: Accessing HDP web UI from Windows PC causes "GSSHeader did not find the right tag"</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Accessing-HDP-web-UI-from-Windows-PC-causes-quot-GSSHeader/m-p/96420#M9822</link>
      <description>&lt;P&gt;@&lt;A href="https://community.hortonworks.com/users/113/jstraub.html"&gt;Jonas Straub&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I use JDK "1.8.0_91".But still getting same error.&lt;/P&gt;</description>
      <pubDate>Thu, 04 Aug 2016 21:21:27 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Accessing-HDP-web-UI-from-Windows-PC-causes-quot-GSSHeader/m-p/96420#M9822</guid>
      <dc:creator>RajbMandal</dc:creator>
      <dc:date>2016-08-04T21:21:27Z</dc:date>
    </item>
    <item>
      <title>Re: Accessing HDP web UI from Windows PC causes "GSSHeader did not find the right tag"</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Accessing-HDP-web-UI-from-Windows-PC-causes-quot-GSSHeader/m-p/96421#M9823</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/113/jstraub.html" nodeid="113"&gt;@Jonas Straub&lt;/A&gt; &lt;/P&gt;&lt;P&gt;I am using jdk1.8.0_60 but still facing the same issue when accessing web UI's.  &lt;/P&gt;&lt;P&gt;GSSException: Defective token detected (Mechanism level: GSSHeader did not find the right tag)&lt;/P&gt;</description>
      <pubDate>Mon, 16 Jan 2017 19:37:26 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Accessing-HDP-web-UI-from-Windows-PC-causes-quot-GSSHeader/m-p/96421#M9823</guid>
      <dc:creator>shyamshaw</dc:creator>
      <dc:date>2017-01-16T19:37:26Z</dc:date>
    </item>
    <item>
      <title>Re: Accessing HDP web UI from Windows PC causes "GSSHeader did not find the right tag"</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Accessing-HDP-web-UI-from-Windows-PC-causes-quot-GSSHeader/m-p/96422#M9824</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/113/jstraub.html" nodeid="113"&gt;@Jonas Straub&lt;/A&gt; &lt;/P&gt;&lt;P&gt;Issue is now resolved. The issue was with kerberos ticket and not with JDK. Thanks!!!&lt;/P&gt;</description>
      <pubDate>Mon, 16 Jan 2017 21:40:48 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Accessing-HDP-web-UI-from-Windows-PC-causes-quot-GSSHeader/m-p/96422#M9824</guid>
      <dc:creator>shyamshaw</dc:creator>
      <dc:date>2017-01-16T21:40:48Z</dc:date>
    </item>
    <item>
      <title>Re: Accessing HDP web UI from Windows PC causes "GSSHeader did not find the right tag"</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Accessing-HDP-web-UI-from-Windows-PC-causes-quot-GSSHeader/m-p/96423#M9825</link>
      <description>&lt;P&gt;I am getting same error. I have openjdk version "1.8.0_121". Hadoop cluster (HDP 2.5) is kerberized.&lt;/P&gt;&lt;P&gt;Could you please help me here?&lt;/P&gt;</description>
      <pubDate>Tue, 11 Apr 2017 21:01:13 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Accessing-HDP-web-UI-from-Windows-PC-causes-quot-GSSHeader/m-p/96423#M9825</guid>
      <dc:creator>prashantb123a</dc:creator>
      <dc:date>2017-04-11T21:01:13Z</dc:date>
    </item>
    <item>
      <title>Re: Accessing HDP web UI from Windows PC causes "GSSHeader did not find the right tag"</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Accessing-HDP-web-UI-from-Windows-PC-causes-quot-GSSHeader/m-p/96424#M9826</link>
      <description>&lt;P&gt;Hello &lt;A rel="user" href="https://community.cloudera.com/users/13976/shyamshaw.html" nodeid="13976"&gt;@Shyam Shaw&lt;/A&gt;, could you please teach me how did you resolved this issue? Thank you.&lt;/P&gt;&lt;P&gt;I've googled a lot and always get this error.&lt;/P&gt;</description>
      <pubDate>Fri, 05 May 2017 09:24:58 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Accessing-HDP-web-UI-from-Windows-PC-causes-quot-GSSHeader/m-p/96424#M9826</guid>
      <dc:creator>ujfjhz</dc:creator>
      <dc:date>2017-05-05T09:24:58Z</dc:date>
    </item>
    <item>
      <title>Re: Accessing HDP web UI from Windows PC causes "GSSHeader did not find the right tag"</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Accessing-HDP-web-UI-from-Windows-PC-causes-quot-GSSHeader/m-p/96425#M9827</link>
      <description>&lt;P&gt;Hey &lt;A rel="user" href="https://community.cloudera.com/users/13976/shyamshaw.html" nodeid="13976"&gt;@Shyam Shaw&lt;/A&gt;, could you please help me with the solution for this problem ?&lt;/P&gt;</description>
      <pubDate>Tue, 05 Sep 2017 16:10:16 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Accessing-HDP-web-UI-from-Windows-PC-causes-quot-GSSHeader/m-p/96425#M9827</guid>
      <dc:creator>sachinsga_com</dc:creator>
      <dc:date>2017-09-05T16:10:16Z</dc:date>
    </item>
    <item>
      <title>Re: Accessing HDP web UI from Windows PC causes "GSSHeader did not find the right tag"</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Accessing-HDP-web-UI-from-Windows-PC-causes-quot-GSSHeader/m-p/96426#M9828</link>
      <description>&lt;P&gt;Hi, &lt;A rel="user" href="https://community.cloudera.com/users/3112/sachinsgacom.html" nodeid="3112"&gt;@sachin gupta&lt;/A&gt; Are you using AD Kerberos or MIT? When you try to access Web UI, it will ask for username/password. &lt;/P&gt;&lt;P&gt;We had AD Kerberos in our environment. We were passing username (after successful kinit for that user) in the username field and password for that user and receiving error "&lt;STRONG&gt;GSSHeader did not find the right tag&lt;/STRONG&gt;". &lt;/P&gt;&lt;P&gt;Here you need to pass your realm along with the username in username field like &lt;STRONG&gt;username@&amp;lt;REALM&amp;gt;. &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Also, check you JDK version.&lt;/P&gt;</description>
      <pubDate>Tue, 05 Sep 2017 16:25:41 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Accessing-HDP-web-UI-from-Windows-PC-causes-quot-GSSHeader/m-p/96426#M9828</guid>
      <dc:creator>shyamshaw</dc:creator>
      <dc:date>2017-09-05T16:25:41Z</dc:date>
    </item>
    <item>
      <title>Re: Accessing HDP web UI from Windows PC causes "GSSHeader did not find the right tag"</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Accessing-HDP-web-UI-from-Windows-PC-causes-quot-GSSHeader/m-p/96427#M9829</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/13976/shyamshaw.html" nodeid="13976"&gt;@Shyam Shaw&lt;/A&gt; We are using MIT. I am creating the ticket using MIT client for windows and gave the username as you had suggested with realm and password but still I am getting&lt;STRONG&gt;GSSHeader did not find the right tag. &lt;/STRONG&gt;Could you please help me with some more clues which I can try to make it work. &lt;/P&gt;&lt;P&gt;And one more thing I tried to access the RM web console using a linux machine, on that its throwing "Authentication Required" error.&lt;/P&gt;</description>
      <pubDate>Tue, 05 Sep 2017 18:18:43 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Accessing-HDP-web-UI-from-Windows-PC-causes-quot-GSSHeader/m-p/96427#M9829</guid>
      <dc:creator>sachinsga_com</dc:creator>
      <dc:date>2017-09-05T18:18:43Z</dc:date>
    </item>
    <item>
      <title>Re: Accessing HDP web UI from Windows PC causes "GSSHeader did not find the right tag"</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Accessing-HDP-web-UI-from-Windows-PC-causes-quot-GSSHeader/m-p/96428#M9830</link>
      <description>&lt;P&gt;&lt;A href="https://community.hortonworks.com/users/3112/sachinsgacom.html"&gt;@sachin gupta&lt;/A&gt;&lt;/P&gt;&lt;P&gt;This is a very old thread and the issue was solved by Jonas,  for a new case please open a new thread. Member tend to ignore very OLD threads&lt;/P&gt;</description>
      <pubDate>Tue, 05 Sep 2017 18:43:17 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Accessing-HDP-web-UI-from-Windows-PC-causes-quot-GSSHeader/m-p/96428#M9830</guid>
      <dc:creator>Shelton</dc:creator>
      <dc:date>2017-09-05T18:43:17Z</dc:date>
    </item>
    <item>
      <title>Re: Accessing HDP web UI from Windows PC causes "GSSHeader did not find the right tag"</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Accessing-HDP-web-UI-from-Windows-PC-causes-quot-GSSHeader/m-p/96429#M9831</link>
      <description>&lt;P&gt;thanks for suggesting. Created a new thread&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.hortonworks.com/questions/135805/accessing-hdp-web-ui-from-windows-pc-causes-gsshea-1.html"&gt;https://community.hortonworks.com/questions/135805/accessing-hdp-web-ui-from-windows-pc-causes-gsshea-1.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 05 Sep 2017 22:39:42 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Accessing-HDP-web-UI-from-Windows-PC-causes-quot-GSSHeader/m-p/96429#M9831</guid>
      <dc:creator>sachinsga_com</dc:creator>
      <dc:date>2017-09-05T22:39:42Z</dc:date>
    </item>
  </channel>
</rss>

