<?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: Data service not showing up in Classic Esri Story Maps Questions</title>
    <link>https://community.esri.com/t5/classic-esri-story-maps-questions/data-service-not-showing-up/m-p/340556#M3790</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My guess is you are running into &lt;A href="https://blogs.esri.com/esri/arcgis/2017/05/05/troubleshooting-embedded-apps-and-websites-in-story-maps/"&gt;mix content issues&lt;/A&gt;. The server hosting your layer does not contain a SSL certificate so it can only be access through insecure connections (http). Our stories can be accessed over insecure connections (http) or secure connections (https). When a story loads over https, all content (including your layer) that is loaded over http will be blocked. This is a standard web browser security feature and not something we can work around.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You should still be able to see the story and layer if the URL of the story starts with http (not https). A better solution would be to add a SSL certificate on your server and then readd the layer to the webmap making sure to use its new https URL.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 18 Sep 2017 15:17:41 GMT</pubDate>
    <dc:creator>StephenSylvia</dc:creator>
    <dc:date>2017-09-18T15:17:41Z</dc:date>
    <item>
      <title>Data service not showing up</title>
      <link>https://community.esri.com/t5/classic-esri-story-maps-questions/data-service-not-showing-up/m-p/340555#M3789</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've got a data service&amp;nbsp;we are using in one of our Javascipt API applications, both of which are served off our in house ArcGIS Server and web server. &amp;nbsp;I've added the data service to a Web Map and published the web map to the public (&lt;A class="link-titled" href="http://arcg.is/OKa4O" title="http://arcg.is/OKa4O"&gt;http://arcg.is/OKa4O&lt;/A&gt;&amp;nbsp;&amp;nbsp;). &amp;nbsp;However, when I try to make a Story Map based upon that Web Map, the service refuses to show up. &amp;nbsp;It tells me the service is inaccessible. &amp;nbsp;Since it works fine in our &amp;nbsp;current application and it seems to work fine in the Web Map, I'm not sure what to do with the service to make it accessible by the Story Map. &amp;nbsp;Any suggestions?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Sep 2017 14:32:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/classic-esri-story-maps-questions/data-service-not-showing-up/m-p/340555#M3789</guid>
      <dc:creator>FrankLaFone</dc:creator>
      <dc:date>2017-09-18T14:32:08Z</dc:date>
    </item>
    <item>
      <title>Re: Data service not showing up</title>
      <link>https://community.esri.com/t5/classic-esri-story-maps-questions/data-service-not-showing-up/m-p/340556#M3790</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My guess is you are running into &lt;A href="https://blogs.esri.com/esri/arcgis/2017/05/05/troubleshooting-embedded-apps-and-websites-in-story-maps/"&gt;mix content issues&lt;/A&gt;. The server hosting your layer does not contain a SSL certificate so it can only be access through insecure connections (http). Our stories can be accessed over insecure connections (http) or secure connections (https). When a story loads over https, all content (including your layer) that is loaded over http will be blocked. This is a standard web browser security feature and not something we can work around.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You should still be able to see the story and layer if the URL of the story starts with http (not https). A better solution would be to add a SSL certificate on your server and then readd the layer to the webmap making sure to use its new https URL.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Sep 2017 15:17:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/classic-esri-story-maps-questions/data-service-not-showing-up/m-p/340556#M3790</guid>
      <dc:creator>StephenSylvia</dc:creator>
      <dc:date>2017-09-18T15:17:41Z</dc:date>
    </item>
    <item>
      <title>Re: Data service not showing up</title>
      <link>https://community.esri.com/t5/classic-esri-story-maps-questions/data-service-not-showing-up/m-p/340557#M3791</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think you can see the mixed content issue if you display the web map in the ArcGIS Online Map Viewer. Here's the map accessed using HTTP:&lt;BR /&gt;&lt;A class="link-titled" href="http://www.arcgis.com/home/webmap/viewer.html?webmap=bd156f20936641a5b6d3b1426d18985e" title="http://www.arcgis.com/home/webmap/viewer.html?webmap=bd156f20936641a5b6d3b1426d18985e"&gt;http://www.arcgis.com/home/webmap/viewer.html?webmap=bd156f20936641a5b6d3b1426d18985e&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and here it is accessed using HTTPS:&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://www.arcgis.com/home/webmap/viewer.html?webmap=bd156f20936641a5b6d3b1426d18985e" title="https://www.arcgis.com/home/webmap/viewer.html?webmap=bd156f20936641a5b6d3b1426d18985e"&gt;https://www.arcgis.com/home/webmap/viewer.html?webmap=bd156f20936641a5b6d3b1426d18985e&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;in which case, the Carbonscapes_AggregateAndSummary layer doesn't draw.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rupert&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Sep 2017 05:31:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/classic-esri-story-maps-questions/data-service-not-showing-up/m-p/340557#M3791</guid>
      <dc:creator>RupertEssinger</dc:creator>
      <dc:date>2017-09-19T05:31:38Z</dc:date>
    </item>
  </channel>
</rss>

