<?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: Arcgis server http and https in ArcGIS Enterprise Questions</title>
    <link>https://community.esri.com/t5/arcgis-enterprise-questions/arcgis-server-http-and-https/m-p/121169#M4733</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If Portal for ArcGIS is in your future - I believe it is https only so you are taking the first step now.&lt;/P&gt;&lt;P&gt;-Bill&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 23 Dec 2015 16:34:03 GMT</pubDate>
    <dc:creator>BillFox</dc:creator>
    <dc:date>2015-12-23T16:34:03Z</dc:date>
    <item>
      <title>Arcgis server http and https</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/arcgis-server-http-and-https/m-p/121165#M4729</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi guys,&lt;/P&gt;&lt;P&gt;on my AGS i have http request and now i would enable a https.&lt;/P&gt;&lt;P&gt;i have seen on AGS resource center that i can configure a mix http and https but the question is:&lt;/P&gt;&lt;P&gt;if i configure this mix method the services that i have just publish on http i can request on http and https togheter?&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Dec 2015 10:34:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/arcgis-server-http-and-https/m-p/121165#M4729</guid>
      <dc:creator>DEVAPP</dc:creator>
      <dc:date>2015-12-23T10:34:32Z</dc:date>
    </item>
    <item>
      <title>Re: Arcgis server http and https</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/arcgis-server-http-and-https/m-p/121166#M4730</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, You are able to access the services by both protocols.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Dec 2015 11:16:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/arcgis-server-http-and-https/m-p/121166#M4730</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2015-12-23T11:16:02Z</dc:date>
    </item>
    <item>
      <title>Re: Arcgis server http and https</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/arcgis-server-http-and-https/m-p/121167#M4731</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;"Request on HTTP and HTTPS together" doesn't really make any sense.&amp;nbsp; All REST endpoint requests are &lt;A href="http://whatis.techtarget.com/definition/atomic"&gt;atomic&lt;/A&gt;​, so only one port can be used by a client at a time​.&amp;nbsp; You can make successive calls using different protocols (for example, submit a GP job with HTTPS on 6443, and follow the long-running execution progress with HTTP on 6080), though it's best security practice to stick with one protocol.&amp;nbsp; It is still one server, so any service configured on either port will be available via both protocols.&amp;nbsp; The usual practice is to block "external" HTTP access via a firewall, but if the entire app is for intranet use, then it really shouldn't matter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- V&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Dec 2015 15:52:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/arcgis-server-http-and-https/m-p/121167#M4731</guid>
      <dc:creator>VinceAngelo</dc:creator>
      <dc:date>2015-12-23T15:52:16Z</dc:date>
    </item>
    <item>
      <title>Re: Arcgis server http and https</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/arcgis-server-http-and-https/m-p/121168#M4732</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I second Vince's comment on keeping it all https.&amp;nbsp; However, you can have secure and non-secure services, and setup tokens and a proxy for things like web services if you need to access the secure services without having to log in each time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I find setting up two different web adapters, one for each type, helps with setting up the proxy, etc....and to keep it all straight in my mind.&amp;nbsp; But even if I hit my REST/services with the non-secure web adapter and select http....it will default to https.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Dec 2015 16:06:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/arcgis-server-http-and-https/m-p/121168#M4732</guid>
      <dc:creator>RebeccaStrauch__GISP</dc:creator>
      <dc:date>2015-12-23T16:06:40Z</dc:date>
    </item>
    <item>
      <title>Re: Arcgis server http and https</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/arcgis-server-http-and-https/m-p/121169#M4733</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If Portal for ArcGIS is in your future - I believe it is https only so you are taking the first step now.&lt;/P&gt;&lt;P&gt;-Bill&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Dec 2015 16:34:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/arcgis-server-http-and-https/m-p/121169#M4733</guid>
      <dc:creator>BillFox</dc:creator>
      <dc:date>2015-12-23T16:34:03Z</dc:date>
    </item>
    <item>
      <title>Re: Arcgis server http and https</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/arcgis-server-http-and-https/m-p/121170#M4734</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would add that we use a secure and a non secure web adaptor simultaneously.&amp;nbsp; All of our external traffic has to use the secure web adaptor to access the map services.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Dec 2015 17:00:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/arcgis-server-http-and-https/m-p/121170#M4734</guid>
      <dc:creator>ChadKopplin</dc:creator>
      <dc:date>2015-12-23T17:00:17Z</dc:date>
    </item>
    <item>
      <title>Re: Arcgis server http and https</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/arcgis-server-http-and-https/m-p/121171#M4735</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks to all for your response.&lt;/P&gt;&lt;P&gt;I have this request because the AGS that publish services are share with other company and only one would request a service in https, so my question was to find out whether the change would still permit other applications to continue to work at http&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thsnks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Dec 2015 16:45:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/arcgis-server-http-and-https/m-p/121171#M4735</guid>
      <dc:creator>DEVAPP</dc:creator>
      <dc:date>2015-12-25T16:45:46Z</dc:date>
    </item>
    <item>
      <title>Re: Arcgis server http and https</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/arcgis-server-http-and-https/m-p/121172#M4736</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rebecca-&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are you running 2 web adaptors on two separate servers? We currently run web adaptor and ArcGIS on same server. If we want to run both Http and https, do we need to 2 servers with separate web adaptor and one server with ArcGIS?&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Oct 2016 14:38:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/arcgis-server-http-and-https/m-p/121172#M4736</guid>
      <dc:creator>JuneAcosta</dc:creator>
      <dc:date>2016-10-11T14:38:47Z</dc:date>
    </item>
    <item>
      <title>Re: Arcgis server http and https</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/arcgis-server-http-and-https/m-p/121173#M4737</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I run my web adaptors on the same server. In IIS, you can have bindings for both HTTP and HTTPS. There's an option to set if you'd like to require HTTPS only.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In general, mixing HTTP and HTTPS connections to web resources in a web application can be a frustrating experience for end users because most browsers provide "mixed content" warnings when protocols are mixed.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Oct 2016 15:52:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/arcgis-server-http-and-https/m-p/121173#M4737</guid>
      <dc:creator>RandallWilliams</dc:creator>
      <dc:date>2016-10-11T15:52:23Z</dc:date>
    </item>
  </channel>
</rss>

