<?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: SSL error on ArcGIS Enterprise Installation in ArcGIS Enterprise Questions</title>
    <link>https://community.esri.com/t5/arcgis-enterprise-questions/ssl-error-on-arcgis-enterprise-installation/m-p/369757#M14351</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Lidia,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/migrated-users/16548"&gt;Jonathan Quinn&lt;/A&gt;‌'s answer is correct. To elaborate slightly on his answer... you are using the default self-signed certificate that comes with the base installation.&amp;nbsp;This certificate is only intended to be for testing that the deployment installed correctly, and can cause issues with accessing the Portal from client operations among other things. It should be replaced with the user's self-signed certificate, a domain certificate, or a CA-signed certificate. You can follow the&amp;nbsp;steps Jonathan posted to generate your own self-signed certificate.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Rachel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 07 Nov 2019 18:57:29 GMT</pubDate>
    <dc:creator>RachelSears</dc:creator>
    <dc:date>2019-11-07T18:57:29Z</dc:date>
    <item>
      <title>SSL error on ArcGIS Enterprise Installation</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/ssl-error-on-arcgis-enterprise-installation/m-p/369753#M14347</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello All,&lt;/P&gt;&lt;P&gt;I have installed ArcGIS Enterprise 10.7.1 on my pc (windows) as a part of my developer subscription. I have used&amp;nbsp;ArcGIS Enterprise Builder. All was great up until I step 5, Configuring Web Adaptors. It requires https, for which I need ssl certificate.&amp;nbsp;First of all, I don't have one and I thought I can get away without it as everything is installed on my pc (single machine). As it is just for testing, I don't think our IT department with assist with the certificate.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a way around it?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I found few articles from ESRI describing exactly my error,&amp;nbsp;&amp;nbsp;'Create a domain certificate and enable HTTPS' from here&amp;nbsp;&lt;A href="https://enterprise.arcgis.com/en/enterprise/latest/install/windows/plan-a-base-deployment.htm"&gt;Plan a base deployment&lt;/A&gt;. But it is just on my PC and I am not sure how to create certificate myself (if it is possible).&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jive-emoji jive-image image-3 j-img-original" src="/legacyfs/online/472544_2019-11-06 14_43_14-2019-11-06 14_34_19-ArcGIS Enterprise Configuration Wizard.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jive-emoji jive-image image-2 j-img-original" src="/legacyfs/online/472510_2019-11-06 14_39_54-ArcGIS Enterprise Configuration Wizard.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Nov 2019 04:50:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/ssl-error-on-arcgis-enterprise-installation/m-p/369753#M14347</guid>
      <dc:creator>lxd</dc:creator>
      <dc:date>2019-11-06T04:50:07Z</dc:date>
    </item>
    <item>
      <title>Re: SSL error on ArcGIS Enterprise Installation</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/ssl-error-on-arcgis-enterprise-installation/m-p/369754#M14348</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If it's just you using it, you'll get by with a self-signed certificate:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://aboutssl.org/how-to-create-a-self-signed-certificate-in-iis/" title="https://aboutssl.org/how-to-create-a-self-signed-certificate-in-iis/"&gt;How to Create a Self Signed Certificate in IIS | About SSL&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Once you do that, bind it to the 443 endpoint:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://knowledge.digicert.com/solution/SO14335.html" title="https://knowledge.digicert.com/solution/SO14335.html"&gt;How to bind an SSL certificate in Microsoft IIS 7.0 or 7.5?&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can ignore setting the Host name property.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Nov 2019 16:42:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/ssl-error-on-arcgis-enterprise-installation/m-p/369754#M14348</guid>
      <dc:creator>JonathanQuinn</dc:creator>
      <dc:date>2019-11-06T16:42:20Z</dc:date>
    </item>
    <item>
      <title>Re: SSL error on ArcGIS Enterprise Installation</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/ssl-error-on-arcgis-enterprise-installation/m-p/369755#M14349</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Jonathan:&lt;/P&gt;&lt;P&gt;If you bind the SSL certificate to the 443 endpoint, will that get rid of the warning that the site is not trusted?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The example you provide is very generic with Host name and SSL certificate being assigned to &lt;A href="http://www.domain.com"&gt;www.domain.com&lt;/A&gt;.&amp;nbsp; Can that be replaced with a server name on the domain?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Nov 2019 16:51:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/ssl-error-on-arcgis-enterprise-installation/m-p/369755#M14349</guid>
      <dc:creator>MichaelVolz</dc:creator>
      <dc:date>2019-11-06T16:51:14Z</dc:date>
    </item>
    <item>
      <title>Re: SSL error on ArcGIS Enterprise Installation</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/ssl-error-on-arcgis-enterprise-installation/m-p/369756#M14350</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you're using a self signed certificate, no browser is going to trust the certificate by default. You need to import the certificate into the trusted root authority store to force the OS to trust the certificate.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes, the idea is that the certificate will be created for the FQDN where the AEB is being installed on. The SSL certificate parameter is just the name of the certificate, it doesn't need to match the FQDN it's assigned to. It could be "myCert", doesn't matter.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Nov 2019 16:59:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/ssl-error-on-arcgis-enterprise-installation/m-p/369756#M14350</guid>
      <dc:creator>JonathanQuinn</dc:creator>
      <dc:date>2019-11-06T16:59:34Z</dc:date>
    </item>
    <item>
      <title>Re: SSL error on ArcGIS Enterprise Installation</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/ssl-error-on-arcgis-enterprise-installation/m-p/369757#M14351</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Lidia,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/migrated-users/16548"&gt;Jonathan Quinn&lt;/A&gt;‌'s answer is correct. To elaborate slightly on his answer... you are using the default self-signed certificate that comes with the base installation.&amp;nbsp;This certificate is only intended to be for testing that the deployment installed correctly, and can cause issues with accessing the Portal from client operations among other things. It should be replaced with the user's self-signed certificate, a domain certificate, or a CA-signed certificate. You can follow the&amp;nbsp;steps Jonathan posted to generate your own self-signed certificate.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Rachel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Nov 2019 18:57:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/ssl-error-on-arcgis-enterprise-installation/m-p/369757#M14351</guid>
      <dc:creator>RachelSears</dc:creator>
      <dc:date>2019-11-07T18:57:29Z</dc:date>
    </item>
  </channel>
</rss>

