<?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: display blocked content in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/display-blocked-content/m-p/264463#M24463</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;"IE has blocked this website from displaying content with security certificate errors"&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;this ribbon error in internet explorer goes away when this is removed from the map:&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code jive_text_macro"&gt;&amp;lt;script type="text/javascript" src="https://serverapi.arcgisonline.com/jsapi/arcgis/?v=2.8"&amp;gt;&amp;lt;/script&amp;gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If adding the JS api using http, then IE displays this error: &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;"do you want to view only the webpage content that was delivered securely"&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Looks like my only option is to install JS api locally&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 24 Apr 2012 21:01:35 GMT</pubDate>
    <dc:creator>danbecker</dc:creator>
    <dc:date>2012-04-24T21:01:35Z</dc:date>
    <item>
      <title>display blocked content</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/display-blocked-content/m-p/264460#M24460</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I created a basic map displaying Rest Services A, B &amp;amp; C using the "ArcGIS Viewer For Flex Prerelease" GUI, then c/p the app directory to:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="https://gis.mydomain.com/flexmap"&gt;https://gis.mydomain.com/flexmap&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I then created a similar map using the JS API and hosted the web app here:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="https://gis.mydomain.com/jsmap"&gt;https://gis.mydomain.com/jsmap&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;When the client visits the flex map, everything is fine, but when the JS map is viewed, Internet Explorer displays "IE has blocked this website from displaying content with security certificate errors". After the alert ribbon is clicked, you can choose "display blocked content" and everything works. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What in the JS api would be causing this? &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;here's how the api si referenced: &lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code jive_text_macro"&gt;&amp;lt;script type="text/javascript" src="https://serverapi.arcgisonline.com/jsapi/arcgis/?v=2.8"&amp;gt;&amp;lt;/script&amp;gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;thanks!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Apr 2012 18:41:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/display-blocked-content/m-p/264460#M24460</guid>
      <dc:creator>danbecker</dc:creator>
      <dc:date>2012-04-24T18:41:40Z</dc:date>
    </item>
    <item>
      <title>Re: display blocked content</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/display-blocked-content/m-p/264461#M24461</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;I created a basic map displaying Rest Services A, B &amp;amp; C using the "ArcGIS Viewer For Flex Prerelease" GUI, then c/p the app directory to:&lt;BR /&gt;&lt;A href="https://mydomain.com/flexmap"&gt;https://mydomain.com/flexmap&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;I then created a similar map using the JS API and hosted the web app here:&lt;BR /&gt;&lt;A href="https://mydomain.com/jsmap"&gt;https://mydomain.com/jsmap&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;When the client visits the flex map, everything is fine, but when the JS map is viewed, Internet Explorer displays "IE has blocked this website from displaying content with security certificate errors". After the alert ribbon is clicked, you can choose "display blocked content" and everything works. &lt;BR /&gt;&lt;BR /&gt;What in the JS api would be causing this? &lt;BR /&gt;&lt;BR /&gt;here's how the api si referenced: &lt;BR /&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code jive_text_macro"&gt;&amp;lt;script type="text/javascript" src="https://serverapi.arcgisonline.com/jsapi/arcgis/?v=2.8"&amp;gt;&amp;lt;/script&amp;gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;thanks!&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Are you connecting to a secure service? if so, you need to put a valid ssl cert on the server. It looks like flex is blindly trusting and invalid cert on the server (BAD) but javascript is not (GOOD).&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Apr 2012 18:46:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/display-blocked-content/m-p/264461#M24461</guid>
      <dc:creator>JeffPace</dc:creator>
      <dc:date>2012-04-24T18:46:22Z</dc:date>
    </item>
    <item>
      <title>Re: display blocked content</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/display-blocked-content/m-p/264462#M24462</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;we purchased a wildcard ssl cert and installed it on the server; in the ssl cert, the CN=*mydomain.com&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm guessing IE throws the warning because *mydomain.com &amp;lt;&amp;gt; gis.mydomain.com ??&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Apr 2012 18:55:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/display-blocked-content/m-p/264462#M24462</guid>
      <dc:creator>danbecker</dc:creator>
      <dc:date>2012-04-24T18:55:57Z</dc:date>
    </item>
    <item>
      <title>Re: display blocked content</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/display-blocked-content/m-p/264463#M24463</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;"IE has blocked this website from displaying content with security certificate errors"&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;this ribbon error in internet explorer goes away when this is removed from the map:&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code jive_text_macro"&gt;&amp;lt;script type="text/javascript" src="https://serverapi.arcgisonline.com/jsapi/arcgis/?v=2.8"&amp;gt;&amp;lt;/script&amp;gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If adding the JS api using http, then IE displays this error: &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;"do you want to view only the webpage content that was delivered securely"&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Looks like my only option is to install JS api locally&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Apr 2012 21:01:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/display-blocked-content/m-p/264463#M24463</guid>
      <dc:creator>danbecker</dc:creator>
      <dc:date>2012-04-24T21:01:35Z</dc:date>
    </item>
  </channel>
</rss>

