<?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>topic unsupported hash type md4 in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/unsupported-hash-type-md4/m-p/1205116#M65379</link>
    <description>&lt;P&gt;Not sure if anybody is experiencing this or not, but it is new to me.&amp;nbsp; I would say that this script had worked in the past, but is failing now.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am simply trying to log into our Portal which is Windows authenticated.&amp;nbsp; I pass in the line below:&lt;/P&gt;&lt;P&gt;gis = arcgis.gis.GIS(r"&lt;A href="https://hostname.net/portal/" target="_blank" rel="noopener"&gt;https://hostname.net/portal/&lt;/A&gt;","user.id","password", verify_cert=False)&lt;/P&gt;&lt;P&gt;Returned is: A general error occurred: unsupported hash type md4.&lt;/P&gt;</description>
    <pubDate>Mon, 22 Aug 2022 19:16:08 GMT</pubDate>
    <dc:creator>JaysonLindahl</dc:creator>
    <dc:date>2022-08-22T19:16:08Z</dc:date>
    <item>
      <title>unsupported hash type md4</title>
      <link>https://community.esri.com/t5/python-questions/unsupported-hash-type-md4/m-p/1205116#M65379</link>
      <description>&lt;P&gt;Not sure if anybody is experiencing this or not, but it is new to me.&amp;nbsp; I would say that this script had worked in the past, but is failing now.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am simply trying to log into our Portal which is Windows authenticated.&amp;nbsp; I pass in the line below:&lt;/P&gt;&lt;P&gt;gis = arcgis.gis.GIS(r"&lt;A href="https://hostname.net/portal/" target="_blank" rel="noopener"&gt;https://hostname.net/portal/&lt;/A&gt;","user.id","password", verify_cert=False)&lt;/P&gt;&lt;P&gt;Returned is: A general error occurred: unsupported hash type md4.&lt;/P&gt;</description>
      <pubDate>Mon, 22 Aug 2022 19:16:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/unsupported-hash-type-md4/m-p/1205116#M65379</guid>
      <dc:creator>JaysonLindahl</dc:creator>
      <dc:date>2022-08-22T19:16:08Z</dc:date>
    </item>
    <item>
      <title>Re: unsupported hash type md4</title>
      <link>https://community.esri.com/t5/python-questions/unsupported-hash-type-md4/m-p/1205139#M65380</link>
      <description>&lt;P&gt;Which version of Python are you using on the client?&amp;nbsp; What version of Enterprise are you using.&amp;nbsp; This could be an error from the authentication server itself, too.&lt;/P&gt;&lt;P&gt;- V&lt;/P&gt;</description>
      <pubDate>Mon, 22 Aug 2022 20:03:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/unsupported-hash-type-md4/m-p/1205139#M65380</guid>
      <dc:creator>VinceAngelo</dc:creator>
      <dc:date>2022-08-22T20:03:57Z</dc:date>
    </item>
    <item>
      <title>Re: unsupported hash type md4</title>
      <link>https://community.esri.com/t5/python-questions/unsupported-hash-type-md4/m-p/1206614#M65410</link>
      <description>&lt;P&gt;I ran into this error trying to sign in using the arcgis.gis module recently too. It seemed to happen after upgrading to ArcGIS Pro 3.0. We're on Enterprise 10.9.1 and using IWA for single sign-on.&lt;/P&gt;&lt;P&gt;I reinstalled Pro 2.9.4 and everything is working as expected again. I'm working with tech support to see if there's anything we can figure out.&lt;/P&gt;</description>
      <pubDate>Fri, 26 Aug 2022 01:35:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/unsupported-hash-type-md4/m-p/1206614#M65410</guid>
      <dc:creator>StephenM01</dc:creator>
      <dc:date>2022-08-26T01:35:10Z</dc:date>
    </item>
    <item>
      <title>Re: unsupported hash type md4</title>
      <link>https://community.esri.com/t5/python-questions/unsupported-hash-type-md4/m-p/1207537#M65428</link>
      <description>&lt;P&gt;Can you provide the support request this is logged under? I believe what is happening is that for some legacy authentication systems, the md4 hashing algorithm is still in use. Pro 3.0 ships with OpenSSL 3.0 which disables these hashing algorithms by default. It is possible to reenable them though with some tradeoffs to do so.&lt;/P&gt;&lt;P&gt;Cheers, Shaun&lt;/P&gt;</description>
      <pubDate>Tue, 30 Aug 2022 02:47:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/unsupported-hash-type-md4/m-p/1207537#M65428</guid>
      <dc:creator>ShaunWalbridge</dc:creator>
      <dc:date>2022-08-30T02:47:54Z</dc:date>
    </item>
    <item>
      <title>Re: unsupported hash type md4</title>
      <link>https://community.esri.com/t5/python-questions/unsupported-hash-type-md4/m-p/1207848#M65441</link>
      <description>&lt;P&gt;Good insight Shaun, thanks! The support case number is&amp;nbsp;03123953.&lt;/P&gt;</description>
      <pubDate>Tue, 30 Aug 2022 18:32:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/unsupported-hash-type-md4/m-p/1207848#M65441</guid>
      <dc:creator>StephenM01</dc:creator>
      <dc:date>2022-08-30T18:32:17Z</dc:date>
    </item>
    <item>
      <title>Re: unsupported hash type md4</title>
      <link>https://community.esri.com/t5/python-questions/unsupported-hash-type-md4/m-p/1223111#M65878</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/291861"&gt;@StephenM01&lt;/a&gt;&amp;nbsp;have you reached to a solution regarding this case?? I'm running with the same issue&lt;/P&gt;</description>
      <pubDate>Tue, 18 Oct 2022 23:08:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/unsupported-hash-type-md4/m-p/1223111#M65878</guid>
      <dc:creator>EPMAPSQuito</dc:creator>
      <dc:date>2022-10-18T23:08:07Z</dc:date>
    </item>
    <item>
      <title>Re: unsupported hash type md4</title>
      <link>https://community.esri.com/t5/python-questions/unsupported-hash-type-md4/m-p/1223122#M65880</link>
      <description>&lt;P&gt;Their recommendation was to exclude username and password from the GIS() method, which worked for me in addressing this error. It seems that when you pass in the username and password the connection automatically uses the NTLM protocol for authentication, which isn't supported at ArcGIS Pro 3.0.&lt;/P&gt;&lt;P&gt;This article they recently published was very helpful in describing the cause of the issue and recommending solutions:&amp;nbsp;&lt;A href="https://support.esri.com/en/Technical-Article/000028494" target="_blank" rel="noopener"&gt;https://support.esri.com/en/Technical-Article/000028494&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Wed, 19 Oct 2022 00:24:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/unsupported-hash-type-md4/m-p/1223122#M65880</guid>
      <dc:creator>StephenM01</dc:creator>
      <dc:date>2022-10-19T00:24:01Z</dc:date>
    </item>
    <item>
      <title>Re: unsupported hash type md4</title>
      <link>https://community.esri.com/t5/python-questions/unsupported-hash-type-md4/m-p/1387821#M69976</link>
      <description>&lt;P&gt;This is very helpful!&amp;nbsp; Thank you for posting!&lt;/P&gt;</description>
      <pubDate>Wed, 28 Feb 2024 01:15:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/unsupported-hash-type-md4/m-p/1387821#M69976</guid>
      <dc:creator>AllenDailey1</dc:creator>
      <dc:date>2024-02-28T01:15:58Z</dc:date>
    </item>
  </channel>
</rss>

