<?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: Can't add internal test services to agol subscription (SSL-only) in ArcGIS Online Questions</title>
    <link>https://community.esri.com/t5/arcgis-online-questions/can-t-add-internal-test-services-to-agol/m-p/524999#M26524</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Mike,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It was the self-signed certificate problem.&amp;nbsp; We have now added the certificate to our trusted root certificate store and accepted the certificate in the browser and it seems to work.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Sam&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 22 May 2013 08:26:35 GMT</pubDate>
    <dc:creator>SamLarsen</dc:creator>
    <dc:date>2013-05-22T08:26:35Z</dc:date>
    <item>
      <title>Can't add internal test services to agol subscription (SSL-only)</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/can-t-add-internal-test-services-to-agol/m-p/524997#M26522</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;We've had the same problems that were outlined in a similar post:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A class="jive-link-external-small" href="http://forums.arcgis.com/threads/83223-Unable-to-add-feature-service-in-AGOL" rel="nofollow" target="_blank"&gt;http://forums.arcgis.com/threads/83223-Unable-to-add-feature-service-in-AGOL&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;Unfortunately, we can't use the solution mentioned of disabling SSL on our organisation.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;We have Test and Production ArcGIS Servers (10.0 - soon to be 10.1/2) with all services (Tiled, Feature, Dynamic) secured using default arcgis security provider (SQL Server) and with both web servers having CORS enabled.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Our production system works well by indexing our service items (with embedded credentials) in 'My Content' in our organisation and many webmaps created using these items.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;We would like to be able to index our test services as items also, however as our organisation has an SSL-only option we are unable to do that (as mentioned in the other forum thread).&amp;nbsp; We are working in a highly secure environment and must have SSL configured for our organisation.&amp;nbsp; It seems the SSL-only option on the organisation attempts to route some requests through the AGOL proxy page - which obviously can't see our internal server name and results in a HTTP 500 server error - see image below.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[ATTACH=CONFIG]24418[/ATTACH]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;We have confirmed that we are able to add our Test services and view them in a public account on arcgis online.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Are there any workflows that will allow us to test these internal services and have truly isolated Test and Production items (Webmaps and service references) in AGOL?&amp;nbsp; Currently we are having to modify webmaps and services that are being used by many users without the ability to test our changes.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 May 2013 10:42:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/can-t-add-internal-test-services-to-agol/m-p/524997#M26522</guid>
      <dc:creator>SamLarsen</dc:creator>
      <dc:date>2013-05-17T10:42:14Z</dc:date>
    </item>
    <item>
      <title>Re: Can't add internal test services to agol subscription (SSL-only)</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/can-t-add-internal-test-services-to-agol/m-p/524998#M26523</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I've asked a few developers here and got these responses...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;You can definitely use CORS at 10.0 but you need to configure it yourself, which is straightforward. I use and refer people to &lt;A class="jive-link-external-small" href="http://enable-cors.org/" rel="nofollow" target="_blank"&gt;http://enable-cors.org/&lt;/A&gt; for steps on how to do this. &lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Once they enable CORS for their server they can use services on internal servers on CORS-enabled browsers (FF, Chrome, Safari).&lt;BR /&gt;&lt;BR /&gt;Note that if they're planning to move to 10.1 or 10.2, those versions have CORS enabled by default.&lt;BR /&gt;&lt;BR /&gt;Also, I noticed they mentioned that they have CORS enabled on both their test and production servers. However the screenshot indicates the rest/info request failed. If CORS is enabled, this request would have succeeded.&lt;BR /&gt;&lt;BR /&gt;One other thing to check is if they're using self-signed certificates for their server. Browsers disallow ajax requests to such servers. To prevent this, they need to open the server's services directory in a separate tab and add a security exception. Another solution is to install a proper Verisign signed certificate. From the two failed requests (rest/info and the next one) in the screenshot, it seems to me that they may indeed have self-signed certificate.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope this helps.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Mike&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 May 2013 15:20:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/can-t-add-internal-test-services-to-agol/m-p/524998#M26523</guid>
      <dc:creator>MikeMinami</dc:creator>
      <dc:date>2013-05-20T15:20:57Z</dc:date>
    </item>
    <item>
      <title>Re: Can't add internal test services to agol subscription (SSL-only)</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/can-t-add-internal-test-services-to-agol/m-p/524999#M26524</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Mike,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It was the self-signed certificate problem.&amp;nbsp; We have now added the certificate to our trusted root certificate store and accepted the certificate in the browser and it seems to work.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Sam&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 May 2013 08:26:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/can-t-add-internal-test-services-to-agol/m-p/524999#M26524</guid>
      <dc:creator>SamLarsen</dc:creator>
      <dc:date>2013-05-22T08:26:35Z</dc:date>
    </item>
  </channel>
</rss>

