<?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 cannot use secure map service in .NET Maps SDK Questions</title>
    <link>https://community.esri.com/t5/net-maps-sdk-questions/cannot-use-secure-map-service/m-p/28722#M337</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We have a secure tiled map service that we wish to consume in ArcGIS Runtime 10.2.7. &amp;nbsp;But when we run it, we get the following error:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Layer could not be added to Map because layer initialization failed. See InnerException for more information.&lt;/P&gt;&lt;P&gt;InnerException:&amp;nbsp;The request was aborted: Could not create SSL/TLS secure channel.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I open the same map service using ArcGIS Online, ArcMap, JavaScript, and Quartz Runtime, they all work. &amp;nbsp;Is there something I am missing?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 05 Dec 2016 17:28:43 GMT</pubDate>
    <dc:creator>HuyHo</dc:creator>
    <dc:date>2016-12-05T17:28:43Z</dc:date>
    <item>
      <title>cannot use secure map service</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/cannot-use-secure-map-service/m-p/28722#M337</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We have a secure tiled map service that we wish to consume in ArcGIS Runtime 10.2.7. &amp;nbsp;But when we run it, we get the following error:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Layer could not be added to Map because layer initialization failed. See InnerException for more information.&lt;/P&gt;&lt;P&gt;InnerException:&amp;nbsp;The request was aborted: Could not create SSL/TLS secure channel.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I open the same map service using ArcGIS Online, ArcMap, JavaScript, and Quartz Runtime, they all work. &amp;nbsp;Is there something I am missing?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Dec 2016 17:28:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/cannot-use-secure-map-service/m-p/28722#M337</guid>
      <dc:creator>HuyHo</dc:creator>
      <dc:date>2016-12-05T17:28:43Z</dc:date>
    </item>
    <item>
      <title>Re: cannot use secure map service</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/cannot-use-secure-map-service/m-p/28723#M338</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Huy,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please can you provide more details?&lt;/P&gt;&lt;P&gt;- API type (WPF / Store 8.1 / Phone 8.1)&lt;/P&gt;&lt;P&gt;- OS (Windows 7, 8.1, 10, Phone 8.1...)&lt;/P&gt;&lt;P&gt;- .NET version (4.5.2, 4.6, 4.6.1...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mike&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Dec 2016 16:54:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/cannot-use-secure-map-service/m-p/28723#M338</guid>
      <dc:creator>MichaelBranscomb</dc:creator>
      <dc:date>2016-12-06T16:54:01Z</dc:date>
    </item>
    <item>
      <title>Re: cannot use secure map service</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/cannot-use-secure-map-service/m-p/28724#M339</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mike,&lt;/P&gt;&lt;P&gt;Here are the additional details:&lt;/P&gt;&lt;P&gt;API : ArcGIS Runtime for .NET 10.2.7 (WPF)&lt;/P&gt;&lt;P&gt;OS: Windows 7, 64bit&lt;/P&gt;&lt;P&gt;.NET version: 4.5&lt;/P&gt;&lt;P&gt;Map Service:&amp;nbsp;&lt;A class="jivelink11" href="https://extsvc.tampagov.net/arcgis/rest/services/Versaterm/VersatermCacheSP/MapServer" title="https://extsvc.tampagov.net/arcgis/rest/services/Versaterm/VersatermCacheSP/MapServer" rel="nofollow noopener noreferrer" target="_blank"&gt;https://extsvc.tampagov.net/arcgis/rest/services/Versaterm/VersatermCacheSP/MapServer&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt; &amp;lt;Grid&amp;gt;
 &amp;lt;esri:MapView x:Name="MyMapView"
 LayerLoaded="MyMapView_LayerLoaded"&amp;gt;
 &amp;lt;esri:Map&amp;gt;
 &amp;lt;esri:ArcGISTiledMapServiceLayer ID="Basemap"
 ServiceUri="https://extsvc.tampagov.net/arcgis/rest/services/Versaterm/VersatermCacheSP/MapServer"/&amp;gt;
 &amp;lt;/esri:Map&amp;gt;
 &amp;lt;/esri:MapView&amp;gt;
 &amp;lt;/Grid&amp;gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 15:55:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/cannot-use-secure-map-service/m-p/28724#M339</guid>
      <dc:creator>HuyHo</dc:creator>
      <dc:date>2021-12-12T15:55:56Z</dc:date>
    </item>
    <item>
      <title>Re: cannot use secure map service</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/cannot-use-secure-map-service/m-p/28725#M340</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There seems to be some issues with the SSL certification or validation of it. See this SO thread with some good tips how to handle it:&amp;nbsp;&lt;A class="link-titled" href="http://stackoverflow.com/questions/2859790/the-request-was-aborted-could-not-create-ssl-tls-secure-channel" title="http://stackoverflow.com/questions/2859790/the-request-was-aborted-could-not-create-ssl-tls-secure-channel"&gt;c# - The request was aborted: Could not create SSL/TLS secure channel - Stack Overflow&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Dec 2016 01:51:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/cannot-use-secure-map-service/m-p/28725#M340</guid>
      <dc:creator>dotMorten_esri</dc:creator>
      <dc:date>2016-12-07T01:51:59Z</dc:date>
    </item>
    <item>
      <title>Re: cannot use secure map service</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/cannot-use-secure-map-service/m-p/28726#M341</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Morten! That appears to be the issue, I got the map to display after&amp;nbsp;following the suggestions on Stack Overflow.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Dec 2016 02:53:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/cannot-use-secure-map-service/m-p/28726#M341</guid>
      <dc:creator>HuyHo</dc:creator>
      <dc:date>2016-12-07T02:53:33Z</dc:date>
    </item>
  </channel>
</rss>

