<?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: Connecting from local http server to the BA Server on https in Business Questions</title>
    <link>https://community.esri.com/t5/business-questions/connecting-from-local-http-server-to-the-ba-server/m-p/641716#M692</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am sorry i guess this is got nothing to do with BA Server but the crossdomain.xml.&amp;nbsp; Still searching what the solution is.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 28 Apr 2011 21:48:25 GMT</pubDate>
    <dc:creator>PrashanthSukumaran</dc:creator>
    <dc:date>2011-04-28T21:48:25Z</dc:date>
    <item>
      <title>Connecting from local http server to the BA Server on https</title>
      <link>https://community.esri.com/t5/business-questions/connecting-from-local-http-server-to-the-ba-server/m-p/641715#M691</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;My app is deployed in the local tomcat server and connects to a BA Server on remote box.&amp;nbsp; It worked fine when the protocol was http.&amp;nbsp; After installing the SSL cert in the IIS7 server, the app fails with an error message when accessing from the flex api.&amp;nbsp; Accessing the rest services directly from the browser works fine.&amp;nbsp; I also have the crossdomain.xml file accessible by &lt;/SPAN&gt;&lt;A href="https://app.domain.com/crossdomain.xml" rel="nofollow noopener noreferrer" target="_blank"&gt;https://app.domain.com/crossdomain.xml&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;SecurityError: Error #2048: Security sandbox violation: &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;
Http Request 
----------------
4/28/2011 17:04:11.312 [INFO] mx.messaging.Producer '165115DB-C3C8-FFDB-703A-9DED16300E95' producer set destination to 'DefaultHTTP'.
4/28/2011 17:04:11.328 [INFO] mx.messaging.Producer '417EA358-2D7A-40D4-AEEC-9DED1640138E' producer set destination to 'DefaultHTTP'.
4/28/2011 17:04:11.359 [INFO] mx.messaging.Producer '165115DB-C3C8-FFDB-703A-9DED16300E95' producer connected.
4/28/2011 17:04:11.359 [INFO] mx.messaging.Producer '165115DB-C3C8-FFDB-703A-9DED16300E95' producer sending message '13628587-96FE-471B-581B-9DED165FDFE5'
4/28/2011 17:04:11.390 [DEBUG] mx.messaging.Channel 'direct_http_channel' channel sending message:
(mx.messaging.messages::HTTPRequestMessage)#0
&amp;nbsp; body = (Object)#1
&amp;nbsp; clientId = (null)
&amp;nbsp; contentType = "application/x-www-form-urlencoded"
&amp;nbsp; destination = "DefaultHTTP"
&amp;nbsp; headers = (Object)#2
&amp;nbsp; httpHeaders = (Object)#3
&amp;nbsp; messageId = "13628587-96FE-471B-581B-9DED165FDFE5"
&amp;nbsp; method = "GET"
&amp;nbsp; recordHeaders = false
&amp;nbsp; timestamp = 0
&amp;nbsp; timeToLive = 0
&amp;nbsp; url = "https://app.domain.com/ArcGIS/baserver/REST/services/DefaultMap/BAServer/GetReportTemplates/execute?compatibility=10%2E0&amp;amp;f=JSON"
&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;How come the destination is going as DefaultHTTP and not https?&amp;nbsp; After installing the cert in IIS 7 on which BA Server is installed do i have to make any specific changes on the BA Server end to get this working?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 03:16:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/business-questions/connecting-from-local-http-server-to-the-ba-server/m-p/641715#M691</guid>
      <dc:creator>PrashanthSukumaran</dc:creator>
      <dc:date>2021-12-12T03:16:25Z</dc:date>
    </item>
    <item>
      <title>Re: Connecting from local http server to the BA Server on https</title>
      <link>https://community.esri.com/t5/business-questions/connecting-from-local-http-server-to-the-ba-server/m-p/641716#M692</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am sorry i guess this is got nothing to do with BA Server but the crossdomain.xml.&amp;nbsp; Still searching what the solution is.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Apr 2011 21:48:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/business-questions/connecting-from-local-http-server-to-the-ba-server/m-p/641716#M692</guid>
      <dc:creator>PrashanthSukumaran</dc:creator>
      <dc:date>2011-04-28T21:48:25Z</dc:date>
    </item>
    <item>
      <title>Re: Connecting from local http server to the BA Server on https</title>
      <link>https://community.esri.com/t5/business-questions/connecting-from-local-http-server-to-the-ba-server/m-p/641717#M693</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Using this crossdomain.xml fixes this issue.&amp;nbsp; I am using this only for development and not for production environment so i am good.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;
&amp;lt;?xml version="1.0"?&amp;gt;
&amp;lt;!DOCTYPE cross-domain-policy SYSTEM
"http://www.adobe.com/xml/dtds/cross-domain-policy.dtd"&amp;gt;
&amp;lt;cross-domain-policy&amp;gt;
&amp;nbsp;&amp;nbsp; &amp;lt;allow-access-from domain="*" secure="false"/&amp;gt;
&amp;lt;/cross-domain-policy&amp;gt;
&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 03:16:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/business-questions/connecting-from-local-http-server-to-the-ba-server/m-p/641717#M693</guid>
      <dc:creator>PrashanthSukumaran</dc:creator>
      <dc:date>2021-12-12T03:16:28Z</dc:date>
    </item>
  </channel>
</rss>

