<?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: Arcgis.com Cert Error in Tableau Server in Esri Software Security &amp; Privacy Questions</title>
    <link>https://community.esri.com/t5/esri-software-security-privacy-questions/arcgis-com-cert-error-in-tableau-server/m-p/150234#M18</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Interesting. I've personally never used Tableau, but I can state:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;a. Ports 80 and 443 are the "standard" ports for http and https. That's why you don't need to qualify a port number in most web requests - like, a browser will know that a request to &lt;A href="https://google.com"&gt;https://google.com&lt;/A&gt;&amp;nbsp;will go to 443 on the remote server.&lt;/P&gt;&lt;P&gt;b. However, in some cases the client must specify the port number - for instance, you may have a non-default site where a user must make a request to &lt;A href="https://randall.com:8443/index.html"&gt;https://randall.com:8443/index.html&lt;/A&gt;&amp;nbsp;- becuase :8443 isn't a standard https port.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;These resources might help:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://www.esri.com/arcgis-blog/products/product/local-government/how-to-use-arcgis-data-features-and-basemaps-in-tableau/" title="https://www.esri.com/arcgis-blog/products/product/local-government/how-to-use-arcgis-data-features-and-basemaps-in-tableau/"&gt;How to Use ArcGIS Data, Features and Basemaps in Tableau&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://community.tableau.com/ideas/6756#comment-24519" title="https://community.tableau.com/ideas/6756#comment-24519"&gt;https://community.tableau.com/ideas/6756#comment-24519&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I took a look at some example TMS files.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Assuming this example is up-to-date, then the syntax "should" look like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; background-color: #ebebeb; text-decoration: none;"&gt;&amp;lt;?xml version="1.0" encoding="utf-8"?&amp;gt;&lt;/SPAN&gt;&lt;BR style="color: #333333; background-color: transparent; text-decoration: none;" /&gt;&lt;SPAN style="color: #333333; background-color: #ebebeb; text-decoration: none;"&gt; &amp;lt;mapsource inline="&amp;lt;boolean&amp;gt;" version="8.1"&amp;gt;&lt;/SPAN&gt;&lt;BR style="color: #333333; background-color: transparent; text-decoration: none;" /&gt;&lt;SPAN style="background-color: transparent; text-decoration: none;"&gt;&amp;lt;connection class="OpenStreetMap" indicator-server="services.arcgisonline.com" intermediate-levels="0" layer separator="/" max-scale-level="16.0" max-stretch="1.0" min-shrink="1.0" offline="" port="443" server="&lt;SPAN&gt;services&lt;/SPAN&gt;&lt;SPAN&gt;.arcgisonline.com&lt;/SPAN&gt;" url-format="arcgis/rest/services/&lt;EM&gt;&lt;SPAN style="color: #000000; background-color: transparent; font-weight: bold; text-decoration: none; font-size: 13.33px;"&gt;USA_Topo_Maps&lt;/SPAN&gt;&lt;STRONG&gt;/MapServer&lt;/STRONG&gt;&lt;/EM&gt;/WMTS/tile/1.0.0/&lt;SPAN style="color: #000000; background-color: transparent; font-weight: bold; text-decoration: none; font-size: 13.33px;"&gt;USA_Topo_Maps&lt;/SPAN&gt;/default/default028mm/{Z}/{Y}/{X}.png"/&amp;gt;&lt;/SPAN&gt;&lt;BR style="color: #333333; background-color: transparent; text-decoration: none;" /&gt;&lt;SPAN style="color: #333333; background-color: #ebebeb; text-decoration: none;"&gt; &amp;lt;layers&amp;gt;&lt;/SPAN&gt;&lt;BR style="color: #333333; background-color: transparent; text-decoration: none;" /&gt;&lt;SPAN style="color: #333333; background-color: #ebebeb; text-decoration: none;"&gt; &amp;lt;layer display-name='Base' name='base' show-ui='false' type='features' request-string='/' /&amp;gt;&lt;/SPAN&gt;&lt;BR style="color: #333333; background-color: transparent; text-decoration: none;" /&gt;&lt;SPAN style="color: #333333; background-color: #ebebeb; text-decoration: none;"&gt; &amp;lt;/layers&amp;gt;&lt;/SPAN&gt;&lt;BR style="color: #333333; background-color: transparent; text-decoration: none;" /&gt;&lt;SPAN style="color: #333333; background-color: #ebebeb; text-decoration: none;"&gt; &amp;lt;/mapsource&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; background-color: #ebebeb; text-decoration: none;"&gt;You'd want to update the bold section with the name of the basemap you're consuming. The example above was pulled from the WMTS capabilities file for the USA_TOPO map here&amp;nbsp;&lt;A class="link-titled" href="http://services.arcgisonline.com/arcgis/rest/services/USA_Topo_Maps/MapServer/WMTS/1.0.0/WMTSCapabilities.xml" title="http://services.arcgisonline.com/arcgis/rest/services/USA_Topo_Maps/MapServer/WMTS/1.0.0/WMTSCapabilities.xml"&gt;http://services.arcgisonline.com/arcgis/rest/services/USA_Topo_Maps/MapServer/WMTS/1.0.0/WMTSCapabilities.xml&lt;/A&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 18 Feb 2020 15:39:38 GMT</pubDate>
    <dc:creator>RandallWilliams</dc:creator>
    <dc:date>2020-02-18T15:39:38Z</dc:date>
    <item>
      <title>Arcgis.com Cert Error in Tableau Server</title>
      <link>https://community.esri.com/t5/esri-software-security-privacy-questions/arcgis-com-cert-error-in-tableau-server/m-p/150231#M15</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Having an issue connecting an AGOL service in Tableau Server.&amp;nbsp; Receiving the error, "Internet communication error: SSL connect error (tiles.arcgis.com)."&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anyone know how to get an SSL Cert from Esri for arcgis.com?&amp;nbsp; Does this need to come from the administrator of the AGOL account, or from Esri?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have found numerous resources on&amp;nbsp;connecting Tableau&amp;nbsp;to ArcGIS Enterprise&amp;nbsp;and resolution for cert issues through administrator accounts, however none of them apply to this issue.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Feb 2020 19:53:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/esri-software-security-privacy-questions/arcgis-com-cert-error-in-tableau-server/m-p/150231#M15</guid>
      <dc:creator>JohnSteed1</dc:creator>
      <dc:date>2020-02-12T19:53:36Z</dc:date>
    </item>
    <item>
      <title>Re: Arcgis.com Cert Error in Tableau Server</title>
      <link>https://community.esri.com/t5/esri-software-security-privacy-questions/arcgis-com-cert-error-in-tableau-server/m-p/150232#M16</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi John,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'd be surprised if the certificate used on tiles.arcgis.com is untrusted by Tableau - the cert's from Digicert, which is a well known CA. Importing a cert into Tableau's keystore may be a requirement for lesser known Certificate Authorities, domain certs not provided by a commercial CA or self signed certs, but in general certs from well known CAs are already in various keystores. Which version of Tableau are you using - and as a CLIENT, does the version of Tableau you're working with support TLS 1.2? Resources on ArcGIS.com require clients to support TLS 1.2. Another question: when did this start happening? Did it work before? ArcGIS Online made the switch to require TLS 1.2 in April 2019.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Feb 2020 14:26:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/esri-software-security-privacy-questions/arcgis-com-cert-error-in-tableau-server/m-p/150232#M16</guid>
      <dc:creator>RandallWilliams</dc:creator>
      <dc:date>2020-02-13T14:26:28Z</dc:date>
    </item>
    <item>
      <title>Re: Arcgis.com Cert Error in Tableau Server</title>
      <link>https://community.esri.com/t5/esri-software-security-privacy-questions/arcgis-com-cert-error-in-tableau-server/m-p/150233#M17</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Randal-&lt;/P&gt;&lt;P&gt;Thank you for your reply. It was very helpful.&amp;nbsp; We are using version 2019.3 (Server) and 2019.4 (Desktop) of Tableau.&lt;/P&gt;&lt;P&gt;We figured out what caused this problem with the SSL error. It was an issue with port “80” being set in the file format vs. port “443" which is needed for secure transfer. ESRI’s documentation does not inform a person not familiar with SSL protocols why it is important to make sure the correct port number is used.&lt;/P&gt;&lt;P&gt;We are&amp;nbsp;currently trying to figure out a url that is in the TMS format.&amp;nbsp; We haven't been able to find anything online about this.&lt;/P&gt;&lt;P&gt;Do you know what&amp;nbsp;the entry in the TMS format should look like in order to consume Esri's services?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Feb 2020 15:20:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/esri-software-security-privacy-questions/arcgis-com-cert-error-in-tableau-server/m-p/150233#M17</guid>
      <dc:creator>JohnSteed1</dc:creator>
      <dc:date>2020-02-18T15:20:45Z</dc:date>
    </item>
    <item>
      <title>Re: Arcgis.com Cert Error in Tableau Server</title>
      <link>https://community.esri.com/t5/esri-software-security-privacy-questions/arcgis-com-cert-error-in-tableau-server/m-p/150234#M18</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Interesting. I've personally never used Tableau, but I can state:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;a. Ports 80 and 443 are the "standard" ports for http and https. That's why you don't need to qualify a port number in most web requests - like, a browser will know that a request to &lt;A href="https://google.com"&gt;https://google.com&lt;/A&gt;&amp;nbsp;will go to 443 on the remote server.&lt;/P&gt;&lt;P&gt;b. However, in some cases the client must specify the port number - for instance, you may have a non-default site where a user must make a request to &lt;A href="https://randall.com:8443/index.html"&gt;https://randall.com:8443/index.html&lt;/A&gt;&amp;nbsp;- becuase :8443 isn't a standard https port.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;These resources might help:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://www.esri.com/arcgis-blog/products/product/local-government/how-to-use-arcgis-data-features-and-basemaps-in-tableau/" title="https://www.esri.com/arcgis-blog/products/product/local-government/how-to-use-arcgis-data-features-and-basemaps-in-tableau/"&gt;How to Use ArcGIS Data, Features and Basemaps in Tableau&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://community.tableau.com/ideas/6756#comment-24519" title="https://community.tableau.com/ideas/6756#comment-24519"&gt;https://community.tableau.com/ideas/6756#comment-24519&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I took a look at some example TMS files.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Assuming this example is up-to-date, then the syntax "should" look like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; background-color: #ebebeb; text-decoration: none;"&gt;&amp;lt;?xml version="1.0" encoding="utf-8"?&amp;gt;&lt;/SPAN&gt;&lt;BR style="color: #333333; background-color: transparent; text-decoration: none;" /&gt;&lt;SPAN style="color: #333333; background-color: #ebebeb; text-decoration: none;"&gt; &amp;lt;mapsource inline="&amp;lt;boolean&amp;gt;" version="8.1"&amp;gt;&lt;/SPAN&gt;&lt;BR style="color: #333333; background-color: transparent; text-decoration: none;" /&gt;&lt;SPAN style="background-color: transparent; text-decoration: none;"&gt;&amp;lt;connection class="OpenStreetMap" indicator-server="services.arcgisonline.com" intermediate-levels="0" layer separator="/" max-scale-level="16.0" max-stretch="1.0" min-shrink="1.0" offline="" port="443" server="&lt;SPAN&gt;services&lt;/SPAN&gt;&lt;SPAN&gt;.arcgisonline.com&lt;/SPAN&gt;" url-format="arcgis/rest/services/&lt;EM&gt;&lt;SPAN style="color: #000000; background-color: transparent; font-weight: bold; text-decoration: none; font-size: 13.33px;"&gt;USA_Topo_Maps&lt;/SPAN&gt;&lt;STRONG&gt;/MapServer&lt;/STRONG&gt;&lt;/EM&gt;/WMTS/tile/1.0.0/&lt;SPAN style="color: #000000; background-color: transparent; font-weight: bold; text-decoration: none; font-size: 13.33px;"&gt;USA_Topo_Maps&lt;/SPAN&gt;/default/default028mm/{Z}/{Y}/{X}.png"/&amp;gt;&lt;/SPAN&gt;&lt;BR style="color: #333333; background-color: transparent; text-decoration: none;" /&gt;&lt;SPAN style="color: #333333; background-color: #ebebeb; text-decoration: none;"&gt; &amp;lt;layers&amp;gt;&lt;/SPAN&gt;&lt;BR style="color: #333333; background-color: transparent; text-decoration: none;" /&gt;&lt;SPAN style="color: #333333; background-color: #ebebeb; text-decoration: none;"&gt; &amp;lt;layer display-name='Base' name='base' show-ui='false' type='features' request-string='/' /&amp;gt;&lt;/SPAN&gt;&lt;BR style="color: #333333; background-color: transparent; text-decoration: none;" /&gt;&lt;SPAN style="color: #333333; background-color: #ebebeb; text-decoration: none;"&gt; &amp;lt;/layers&amp;gt;&lt;/SPAN&gt;&lt;BR style="color: #333333; background-color: transparent; text-decoration: none;" /&gt;&lt;SPAN style="color: #333333; background-color: #ebebeb; text-decoration: none;"&gt; &amp;lt;/mapsource&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; background-color: #ebebeb; text-decoration: none;"&gt;You'd want to update the bold section with the name of the basemap you're consuming. The example above was pulled from the WMTS capabilities file for the USA_TOPO map here&amp;nbsp;&lt;A class="link-titled" href="http://services.arcgisonline.com/arcgis/rest/services/USA_Topo_Maps/MapServer/WMTS/1.0.0/WMTSCapabilities.xml" title="http://services.arcgisonline.com/arcgis/rest/services/USA_Topo_Maps/MapServer/WMTS/1.0.0/WMTSCapabilities.xml"&gt;http://services.arcgisonline.com/arcgis/rest/services/USA_Topo_Maps/MapServer/WMTS/1.0.0/WMTSCapabilities.xml&lt;/A&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Feb 2020 15:39:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/esri-software-security-privacy-questions/arcgis-com-cert-error-in-tableau-server/m-p/150234#M18</guid>
      <dc:creator>RandallWilliams</dc:creator>
      <dc:date>2020-02-18T15:39:38Z</dc:date>
    </item>
    <item>
      <title>Re: Arcgis.com Cert Error in Tableau Server</title>
      <link>https://community.esri.com/t5/esri-software-security-privacy-questions/arcgis-com-cert-error-in-tableau-server/m-p/150235#M19</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Randall-&lt;/P&gt;&lt;P&gt;Thanks for the quick response!&amp;nbsp; I think we are getting closer.&lt;/P&gt;&lt;P&gt;We tried the following and got the attached error.&amp;nbsp; Any ideas from this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;DIV style="color: #222222; background-color: #ffffff; font-size: small;"&gt;&lt;SPAN style="font-family: 'Courier New';"&gt;&amp;lt;?xml version="1.0" encoding="utf-8"?&amp;gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV style="color: #222222; background-color: #ffffff; font-size: small;"&gt;&lt;SPAN style="font-family: 'Courier New';"&gt;&amp;lt;mapsource inline="true" version="2019.4"&amp;gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV style="color: #222222; background-color: #ffffff; font-size: small;"&gt;&lt;SPAN style="font-family: 'Courier New';"&gt;&amp;lt;connection class="OpenStreetMap" intermediate-levels="0" layer-separator="/" max-scale-level="16.0" max-stretch="1.0" min-shrink="1.0" offline="" port="443" server="&lt;A data-saferedirecturl="https://www.google.com/url?q=http://tiles.arcgis.com&amp;amp;source=gmail&amp;amp;ust=1582131329063000&amp;amp;usg=AFQjCNH3MYf0h9HNLmDr-ss85vHwjsB-jA" href="http://tiles.arcgis.com/" style="color: #1155cc;" target="_blank"&gt;tiles.arcgis.com&lt;/A&gt;" url-format="tiles/j75S08un0OPoEcHD/arcgis/rest/services/LSIB9_polygons/MapServer/WMTS/tile/1.0.0/LSIB9a/{Style}/{TileMatrixSet}/{TileMatrix}/{TileRow}/{TileCol}.png" /&amp;gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV style="color: #222222; background-color: #ffffff; font-size: small;"&gt;&lt;SPAN style="font-family: 'Courier New';"&gt;&amp;lt;layers&amp;gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV style="color: #222222; background-color: #ffffff; font-size: small;"&gt;&lt;SPAN style="font-family: 'Courier New';"&gt;&amp;lt;layer display-name='Base' name='base' show-ui='false' type='features' request-string='/' /&amp;gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV style="color: #222222; background-color: #ffffff; font-size: small;"&gt;&lt;SPAN style="font-family: 'Courier New';"&gt;&amp;lt;/layers&amp;gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV style="color: #222222; background-color: #ffffff; font-size: small;"&gt;&amp;lt;/mapsource&amp;gt;&lt;/DIV&gt;&lt;DIV style="color: #222222; background-color: #ffffff; font-size: small;"&gt;&lt;/DIV&gt;&lt;DIV style="color: #222222; background-color: #ffffff; font-size: small;"&gt;&lt;IMG alt="" class="jive-emoji image-1 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/482523_Latest_Error_from_Tiles.2020-0218.png" /&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Feb 2020 17:25:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/esri-software-security-privacy-questions/arcgis-com-cert-error-in-tableau-server/m-p/150235#M19</guid>
      <dc:creator>JohnSteed1</dc:creator>
      <dc:date>2020-02-18T17:25:20Z</dc:date>
    </item>
    <item>
      <title>Re: Arcgis.com Cert Error in Tableau Server</title>
      <link>https://community.esri.com/t5/esri-software-security-privacy-questions/arcgis-com-cert-error-in-tableau-server/m-p/150236#M20</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hmmm 2 things:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;a. I think it should be /&lt;SPAN style="color: #1a1aa6; font-size: 13px;"&gt;tiles/j75S08un0OPoEcHD/arcgis/rest/services/LSIB9_polygons/MapServer/WMTS/tile/1.0.0/LSIB9_polygons/{Style}/{TileMatrixSet}/{TileMatrix}/{TileRow}/{TileCol}.png&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1a1aa6; font-size: 13px; "&gt;Check out this link, there are good suggestions there:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1a1aa6;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1a1aa6; font-size: 13px; "&gt;&lt;A class="link-titled" href="https://community.tableau.com/thread/150350" title="https://community.tableau.com/thread/150350"&gt;Documentation of Tableau Map Service Connections |Tableau Community Forums&lt;/A&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Feb 2020 17:53:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/esri-software-security-privacy-questions/arcgis-com-cert-error-in-tableau-server/m-p/150236#M20</guid>
      <dc:creator>RandallWilliams</dc:creator>
      <dc:date>2020-02-18T17:53:11Z</dc:date>
    </item>
    <item>
      <title>Re: Arcgis.com Cert Error in Tableau Server</title>
      <link>https://community.esri.com/t5/esri-software-security-privacy-questions/arcgis-com-cert-error-in-tableau-server/m-p/150237#M21</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Randall, this is the latest connection tag we've tried:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #e8912d; background-color: rgba(232, 232, 232, 0.0392157); font-weight: 400;"&gt;&amp;lt;connection class="OpenStreetMap" intermediate-levels="0" layer-separator="/" max-scale-level="16.0" max-stretch="1.0" min-shrink="1.0" offline="" port="443" server="tiles.arcgis.com" url-format="tiles/j75S08un0OPoEcHD/arcgis/rest/services/LSIB9a/MapServer/WMTS/tile/1.0.0/LSIB9a/{Style}/{TileMatrixSet}/{TileMatrix}/{TileRow}/{TileCol}.png" /&amp;gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #e8912d; background-color: rgba(232, 232, 232, 0.0392157); font-weight: 400;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: rgba(232, 232, 232, 0.0392157); font-weight: 400;"&gt;We've tried switching-up the&lt;/SPAN&gt;&lt;SPAN style="color: #e8912d; background-color: rgba(232, 232, 232, 0.0392157); font-weight: 400;"&gt; &lt;CODE class="" data-stringify-type="code" style="background-color: rgba(var(--sk_foreground_min,29,28,29),0.04); border: 1px solid var(--saf-0); font-weight: 400; font-size: 12px; padding: 2px 3px 1px;"&gt;LSIB9 &lt;/CODE&gt;&lt;/SPAN&gt;&lt;SPAN style="background-color: rgba(232, 232, 232, 0.0392157); font-weight: 400;"&gt;&lt;CODE class="" data-stringify-type="code" style="background-color: rgba(var(--sk_foreground_min,29,28,29),0.04); border: 1px solid var(--saf-0); font-weight: 400; font-size: 12px; padding: 2px 3px 1px;"&gt;vs.&lt;/CODE&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #e8912d; background-color: rgba(232, 232, 232, 0.0392157); font-weight: 400;"&gt;&lt;CODE class="" data-stringify-type="code" style="background-color: rgba(var(--sk_foreground_min,29,28,29),0.04); border: 1px solid var(--saf-0); font-weight: 400; font-size: 12px; padding: 2px 3px 1px;"&gt;LSIB9_polygons&amp;nbsp;&lt;/CODE&gt;&lt;/SPAN&gt;&lt;SPAN style="background-color: rgba(232, 232, 232, 0.0392157); font-weight: 400;"&gt;but no avail. Any other suggestions?&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Feb 2020 19:26:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/esri-software-security-privacy-questions/arcgis-com-cert-error-in-tableau-server/m-p/150237#M21</guid>
      <dc:creator>StevonWatson</dc:creator>
      <dc:date>2020-02-18T19:26:44Z</dc:date>
    </item>
    <item>
      <title>Re: Arcgis.com Cert Error in Tableau Server</title>
      <link>https://community.esri.com/t5/esri-software-security-privacy-questions/arcgis-com-cert-error-in-tableau-server/m-p/150238#M22</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;At this point, I'd have to defer to Tableau support. I've never worked with their product so I'm unsure what it's expecting here.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Feb 2020 16:11:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/esri-software-security-privacy-questions/arcgis-com-cert-error-in-tableau-server/m-p/150238#M22</guid>
      <dc:creator>RandallWilliams</dc:creator>
      <dc:date>2020-02-19T16:11:03Z</dc:date>
    </item>
    <item>
      <title>Re: Arcgis.com Cert Error in Tableau Server</title>
      <link>https://community.esri.com/t5/esri-software-security-privacy-questions/arcgis-com-cert-error-in-tableau-server/m-p/150239#M23</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Randall-&lt;/P&gt;&lt;P&gt;Thanks for all the help so far!&amp;nbsp;&lt;/P&gt;&lt;P&gt;We'll post what we figure out when we resolve the issue so that other people can benefit.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Feb 2020 17:29:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/esri-software-security-privacy-questions/arcgis-com-cert-error-in-tableau-server/m-p/150239#M23</guid>
      <dc:creator>JohnSteed1</dc:creator>
      <dc:date>2020-02-19T17:29:28Z</dc:date>
    </item>
    <item>
      <title>Re: Arcgis.com Cert Error in Tableau Server</title>
      <link>https://community.esri.com/t5/esri-software-security-privacy-questions/arcgis-com-cert-error-in-tableau-server/m-p/150240#M24</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Randall-&lt;/P&gt;&lt;P&gt;Just wanted to close this out in case it helps anyone else.&lt;/P&gt;&lt;P&gt;The final TMS File that worked looked like this:&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&amp;lt;?xml version="1.0" encoding="utf-8"?&amp;gt;
&amp;lt;mapsource inline="true" version="2019.4"&amp;gt;
&amp;lt;connection class="OpenStreetMap" port="443" server="https://tiles.&lt;SPAN class="" style="background: rgba(242, 199, 68, 0.2);"&gt;arcgis&lt;/SPAN&gt;.com" url-format="/tiles/j75S08un0OPoEcHD/&lt;SPAN class="" style="background: rgba(242, 199, 68, 0.2);"&gt;arcgis&lt;/SPAN&gt;/rest/services/LSIB9_polygons/MapServer/WMTS/tile/1.0.0/LSIB9_polygons/default/default028mm/{Z}/{Y}/{X}.png" /&amp;gt;
&amp;lt;layers&amp;gt;
&amp;lt;layer display-name='Base' name='base' show-ui='false' type='features' request-string='/' /&amp;gt;
&amp;lt;/layers&amp;gt;
&amp;lt;/mapsource&amp;gt;&lt;/PRE&gt;&lt;P&gt;Took a while to get to.&amp;nbsp; There are not a lot of resources out there for support, so it was a lot of trial and error.&lt;/P&gt;&lt;P&gt;Thanks again for all of your help!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 08:06:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/esri-software-security-privacy-questions/arcgis-com-cert-error-in-tableau-server/m-p/150240#M24</guid>
      <dc:creator>JohnSteed1</dc:creator>
      <dc:date>2021-12-11T08:06:20Z</dc:date>
    </item>
  </channel>
</rss>

