<?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 GeoEvent Streaming services in portal on 443 in ArcGIS Enterprise Questions</title>
    <link>https://community.esri.com/t5/arcgis-enterprise-questions/geoevent-streaming-services-in-portal-on-443/m-p/452537#M17567</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Question about the deployment of GeoEvent Streamingservices in a Enterprise basedeployment setup.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to expose streamingservices in the Enterpriseportal, secured. This must be on the standard https port 443.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In all samples, I see the streamingservices are items in Portal, listed with the REST endpoint of the Server with GeoEvent (ArcGIS Server). First response of the rest endpoint contains the reference to the WS:// with the geoeventserver:6143 url.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So for me it should be:&lt;/P&gt;&lt;P&gt;&lt;A href="https://portalurl/portal/home"&gt;https://portalurl.domain.com/portalWA/home&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://arcgisurl/arcgis/rest/"&gt;https://arcgisurl.domain.com/arcgisWA/rest/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;and&lt;/P&gt;&lt;P&gt;wss://geoeventurl.domain.com/geoevent/&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I already have the https://geoevent.domain.com/geoevent/ behind a reverse proxy, to do porttranslations between 443 and the 6143.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, I cannot find the right deployment documentation for this streamingservices scenario.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 13 May 2019 14:45:27 GMT</pubDate>
    <dc:creator>SchipholArchitect</dc:creator>
    <dc:date>2019-05-13T14:45:27Z</dc:date>
    <item>
      <title>GeoEvent Streaming services in portal on 443</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/geoevent-streaming-services-in-portal-on-443/m-p/452537#M17567</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Question about the deployment of GeoEvent Streamingservices in a Enterprise basedeployment setup.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to expose streamingservices in the Enterpriseportal, secured. This must be on the standard https port 443.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In all samples, I see the streamingservices are items in Portal, listed with the REST endpoint of the Server with GeoEvent (ArcGIS Server). First response of the rest endpoint contains the reference to the WS:// with the geoeventserver:6143 url.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So for me it should be:&lt;/P&gt;&lt;P&gt;&lt;A href="https://portalurl/portal/home"&gt;https://portalurl.domain.com/portalWA/home&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://arcgisurl/arcgis/rest/"&gt;https://arcgisurl.domain.com/arcgisWA/rest/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;and&lt;/P&gt;&lt;P&gt;wss://geoeventurl.domain.com/geoevent/&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I already have the https://geoevent.domain.com/geoevent/ behind a reverse proxy, to do porttranslations between 443 and the 6143.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, I cannot find the right deployment documentation for this streamingservices scenario.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 May 2019 14:45:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/geoevent-streaming-services-in-portal-on-443/m-p/452537#M17567</guid>
      <dc:creator>SchipholArchitect</dc:creator>
      <dc:date>2019-05-13T14:45:27Z</dc:date>
    </item>
    <item>
      <title>Re: GeoEvent Streaming services in portal on 443</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/geoevent-streaming-services-in-portal-on-443/m-p/452538#M17568</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I believe you will need to configure two ArcGIS Server properties to accomplish what you are trying to make work:&lt;/P&gt;&lt;UL style="list-style-type: circle;"&gt;&lt;LI&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt;WebContextURL&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt;WebSocketContextURL&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is some information on the following two web pages in the ArcGIS Enterprise and developer on-line help:&lt;/P&gt;&lt;UL style="list-style-type: circle;"&gt;&lt;LI&gt;&lt;A href="https://enterprise.arcgis.com/en/server/latest/deploy/linux/using-a-reverse-proxy-server-with-arcgis-server.htm"&gt;Configure a reverse proxy server with ArcGIS Server&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;&lt;A href="https://developers.arcgis.com/rest/enterprise-administration/"&gt;ArcGIS REST API (Enterprise Administration)&lt;/A&gt; &amp;gt;&amp;nbsp;&lt;A href="https://developers.arcgis.com/rest/enterprise-administration/server/serverproperties.htm"&gt;Server Properties&lt;/A&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Beyond that, my apologies, but I cannot tell you exactly how these two ArcGIS Server parameters should be set.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- RJ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 May 2019 21:47:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/geoevent-streaming-services-in-portal-on-443/m-p/452538#M17568</guid>
      <dc:creator>RJSunderman</dc:creator>
      <dc:date>2019-05-13T21:47:59Z</dc:date>
    </item>
    <item>
      <title>Re: GeoEvent Streaming services in portal on 443</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/geoevent-streaming-services-in-portal-on-443/m-p/452539#M17569</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for pointing me to the WebSocketContextURL. I already make use of the WebContextURL for Server and Portal. So I know where to set it. &lt;/P&gt;&lt;P&gt;This setting is not mentioned in documentation at Reverseproxy, but it is mentioned in the Server Admin API properties.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now have to find out how the ReverseProxy is handling streaming data.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 May 2019 10:07:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/geoevent-streaming-services-in-portal-on-443/m-p/452539#M17569</guid>
      <dc:creator>SchipholArchitect</dc:creator>
      <dc:date>2019-05-14T10:07:00Z</dc:date>
    </item>
  </channel>
</rss>

