<?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 Re: Can I disable RC4 in favor of a stronger Cipher in ArcGIS Enterprise Questions</title>
    <link>https://community.esri.com/t5/arcgis-enterprise-questions/can-i-disable-rc4-in-favor-of-a-stronger-cipher/m-p/389941#M15094</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We too have this same issue with 10.3.1.&amp;nbsp; We will be bypassing 10.4 for 10.5 later this year, and I do not see how changing registry settings or playing with third party software for IIS will fix this problem since it's coming from ArcGIS Server's web server Tomcat.&amp;nbsp; Instead, the fix I found was to modify the configuration for the Tomcat server.&amp;nbsp; Refer also to &lt;A href="https://support.comodo.com/index.php?/Default/Knowledgebase/Article/View/659/17/how-to----disable-weak-ciphers-in-tomcat-7--8" title="https://support.comodo.com/index.php?/Default/Knowledgebase/Article/View/659/17/how-to----disable-weak-ciphers-in-tomcat-7--8"&gt;HOW TO -- Disable weak ciphers in Tomcat 7 &amp;amp; 8 - Powered by Kayako Help Desk Software&lt;/A&gt;&amp;nbsp; for more information on the parameters mentioned below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here are my instructions for Windows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) Make a backup copy of &amp;lt;ArcGIS_Server_Install_Directory&amp;gt;\framework\runtime\tomcat\conf\server.xml&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) Run Notepad as Administrator&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3) Open &amp;lt;ArcGIS_Server_Install_Directory&amp;gt;\framework\runtime\tomcat\conf\server.xml&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4) Near the bottom of the file, look for the line that starts with &amp;lt;Connector...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;5) At the end of the line, between the last quotation mark and the slash, add a space, and then add the following text&amp;nbsp; (you can see it's very long and will cause the lines to wrap, but that's ok):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; ciphers="TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA384,TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384,TLS_ECDH_ECDSA_WITH_AES_256_CBC_SHA384,TLS_ECDH_RSA_WITH_AES_256_CBC_SHA384,TLS_DHE_DSS_WITH_AES_256_CBC_SHA256,TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA,TLS_ECDH_ECDSA_WITH_AES_256_CBC_SHA,TLS_ECDH_RSA_WITH_AES_256_CBC_SHA,TLS_DHE_DSS_WITH_AES_256_CBC_SHA,TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256,TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256,TLS_ECDH_ECDSA_WITH_AES_128_CBC_SHA256,TLS_ECDH_RSA_WITH_AES_128_CBC_SHA256,TLS_DHE_DSS_WITH_AES_128_CBC_SHA256,TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA,TLS_ECDH_ECDSA_WITH_AES_128_CBC_SHA,TLS_ECDH_RSA_WITH_AES_128_CBC_SHA,TLS_DHE_DSS_WITH_AES_128_CBC_SHA,TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384,TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256,TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384,TLS_RSA_WITH_AES_256_GCM_SHA384,TLS_ECDH_ECDSA_WITH_AES_256_GCM_SHA384,TLS_ECDH_RSA_WITH_AES_256_GCM_SHA384,TLS_DHE_DSS_WITH_AES_256_GCM_SHA384,TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256,TLS_RSA_WITH_AES_128_GCM_SHA256,TLS_ECDH_ECDSA_WITH_AES_128_GCM_SHA256,TLS_ECDH_RSA_WITH_AES_128_GCM_SHA256,TLS_DHE_DSS_WITH_AES_128_GCM_SHA256,TLS_ECDHE_ECDSA_WITH_3DES_EDE_CBC_SHA,TLS_ECDHE_RSA_WITH_3DES_EDE_CBC_SHA,TLS_ECDH_ECDSA_WITH_3DES_EDE_CBC_SHA,TLS_ECDH_RSA_WITH_3DES_EDE_CBC_SHA,TLS_EMPTY_RENEGOTIATION_INFO_SCSVF"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;6) Save the file and restart ArcGIS Server&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 25 Jul 2016 17:48:43 GMT</pubDate>
    <dc:creator>JoelBennett</dc:creator>
    <dc:date>2016-07-25T17:48:43Z</dc:date>
    <item>
      <title>Can I disable RC4 in favor of a stronger Cipher</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/can-i-disable-rc4-in-favor-of-a-stronger-cipher/m-p/389938#M15091</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm deploying ArcGIS for Server 10.3.1 in a secure Enterprise environment.&amp;nbsp; A recent scan showed we had the RC4 cipher enabled, and being used on Port 6443.&amp;nbsp; We use the Web Adaptor, and the firewall blocks all in/out 6443 traffic, but my life would become substantially easier from a documentation and risk acceptance standpoint if I could configure the server to use TLS with 3DES or another stronger cipher.&amp;nbsp; Is it possible to configure this somewhere in the ArcGIS settings?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried flat-out disabling RC4 before, and it broke the server.&amp;nbsp; I began to get SCHANNEL errors saying I didn't have a cipher available to establish the connection. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Feb 2016 04:59:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/can-i-disable-rc4-in-favor-of-a-stronger-cipher/m-p/389938#M15091</guid>
      <dc:creator>JustinCox</dc:creator>
      <dc:date>2016-02-03T04:59:43Z</dc:date>
    </item>
    <item>
      <title>Re: Can I disable RC4 in favor of a stronger Cipher</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/can-i-disable-rc4-in-favor-of-a-stronger-cipher/m-p/389939#M15092</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This can be accomplished with registry settings, but I prefer a tool "IISCrypto" which give you a nice GUI to not only turn protocols on or off, but specify the order of the ciphers as well. Is your certificate using SHA-2?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Feb 2016 13:36:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/can-i-disable-rc4-in-favor-of-a-stronger-cipher/m-p/389939#M15092</guid>
      <dc:creator>ThomasColson</dc:creator>
      <dc:date>2016-02-04T13:36:23Z</dc:date>
    </item>
    <item>
      <title>Re: Can I disable RC4 in favor of a stronger Cipher</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/can-i-disable-rc4-in-favor-of-a-stronger-cipher/m-p/389940#M15093</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;At 10.4 in the security configuration page in the admin API you can specify the HTTPS protocols and ciphers you'd like to support.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Feb 2016 22:41:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/can-i-disable-rc4-in-favor-of-a-stronger-cipher/m-p/389940#M15093</guid>
      <dc:creator>RandallWilliams</dc:creator>
      <dc:date>2016-02-05T22:41:20Z</dc:date>
    </item>
    <item>
      <title>Re: Can I disable RC4 in favor of a stronger Cipher</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/can-i-disable-rc4-in-favor-of-a-stronger-cipher/m-p/389941#M15094</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We too have this same issue with 10.3.1.&amp;nbsp; We will be bypassing 10.4 for 10.5 later this year, and I do not see how changing registry settings or playing with third party software for IIS will fix this problem since it's coming from ArcGIS Server's web server Tomcat.&amp;nbsp; Instead, the fix I found was to modify the configuration for the Tomcat server.&amp;nbsp; Refer also to &lt;A href="https://support.comodo.com/index.php?/Default/Knowledgebase/Article/View/659/17/how-to----disable-weak-ciphers-in-tomcat-7--8" title="https://support.comodo.com/index.php?/Default/Knowledgebase/Article/View/659/17/how-to----disable-weak-ciphers-in-tomcat-7--8"&gt;HOW TO -- Disable weak ciphers in Tomcat 7 &amp;amp; 8 - Powered by Kayako Help Desk Software&lt;/A&gt;&amp;nbsp; for more information on the parameters mentioned below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here are my instructions for Windows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) Make a backup copy of &amp;lt;ArcGIS_Server_Install_Directory&amp;gt;\framework\runtime\tomcat\conf\server.xml&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) Run Notepad as Administrator&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3) Open &amp;lt;ArcGIS_Server_Install_Directory&amp;gt;\framework\runtime\tomcat\conf\server.xml&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4) Near the bottom of the file, look for the line that starts with &amp;lt;Connector...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;5) At the end of the line, between the last quotation mark and the slash, add a space, and then add the following text&amp;nbsp; (you can see it's very long and will cause the lines to wrap, but that's ok):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; ciphers="TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA384,TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384,TLS_ECDH_ECDSA_WITH_AES_256_CBC_SHA384,TLS_ECDH_RSA_WITH_AES_256_CBC_SHA384,TLS_DHE_DSS_WITH_AES_256_CBC_SHA256,TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA,TLS_ECDH_ECDSA_WITH_AES_256_CBC_SHA,TLS_ECDH_RSA_WITH_AES_256_CBC_SHA,TLS_DHE_DSS_WITH_AES_256_CBC_SHA,TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256,TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256,TLS_ECDH_ECDSA_WITH_AES_128_CBC_SHA256,TLS_ECDH_RSA_WITH_AES_128_CBC_SHA256,TLS_DHE_DSS_WITH_AES_128_CBC_SHA256,TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA,TLS_ECDH_ECDSA_WITH_AES_128_CBC_SHA,TLS_ECDH_RSA_WITH_AES_128_CBC_SHA,TLS_DHE_DSS_WITH_AES_128_CBC_SHA,TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384,TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256,TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384,TLS_RSA_WITH_AES_256_GCM_SHA384,TLS_ECDH_ECDSA_WITH_AES_256_GCM_SHA384,TLS_ECDH_RSA_WITH_AES_256_GCM_SHA384,TLS_DHE_DSS_WITH_AES_256_GCM_SHA384,TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256,TLS_RSA_WITH_AES_128_GCM_SHA256,TLS_ECDH_ECDSA_WITH_AES_128_GCM_SHA256,TLS_ECDH_RSA_WITH_AES_128_GCM_SHA256,TLS_DHE_DSS_WITH_AES_128_GCM_SHA256,TLS_ECDHE_ECDSA_WITH_3DES_EDE_CBC_SHA,TLS_ECDHE_RSA_WITH_3DES_EDE_CBC_SHA,TLS_ECDH_ECDSA_WITH_3DES_EDE_CBC_SHA,TLS_ECDH_RSA_WITH_3DES_EDE_CBC_SHA,TLS_EMPTY_RENEGOTIATION_INFO_SCSVF"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;6) Save the file and restart ArcGIS Server&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jul 2016 17:48:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/can-i-disable-rc4-in-favor-of-a-stronger-cipher/m-p/389941#M15094</guid>
      <dc:creator>JoelBennett</dc:creator>
      <dc:date>2016-07-25T17:48:43Z</dc:date>
    </item>
  </channel>
</rss>

