<?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 https Portal Login in ArcGIS Web AppBuilder Questions</title>
    <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/https-portal-login/m-p/40628#M1099</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;I am trying to log into my organization's portal from Web AppBuilder.&amp;nbsp; We have our portal site secured and is only accessible &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="HTTPS://" rel="nofollow" target="_blank"&gt;HTTPS://&lt;/A&gt;&lt;SPAN&gt;.&amp;nbsp; In Web AppBuilder when I attempt to login to our portal &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://" rel="nofollow" target="_blank"&gt;https://&lt;/A&gt;&lt;SPAN&gt;, then press continue, the "S" gets stripped out of https.&amp;nbsp; I just get an error message: "Unable to access &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://" rel="nofollow" target="_blank"&gt;http://&lt;/A&gt;&lt;SPAN&gt;&amp;lt;;purtal url&amp;gt; A server with the specified hostname could not be found".&amp;nbsp; Has anyone found a workaround for this? &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Josh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 13 Aug 2014 14:28:18 GMT</pubDate>
    <dc:creator>JoshuaDell1</dc:creator>
    <dc:date>2014-08-13T14:28:18Z</dc:date>
    <item>
      <title>https Portal Login</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/https-portal-login/m-p/40628#M1099</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;I am trying to log into my organization's portal from Web AppBuilder.&amp;nbsp; We have our portal site secured and is only accessible &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="HTTPS://" rel="nofollow" target="_blank"&gt;HTTPS://&lt;/A&gt;&lt;SPAN&gt;.&amp;nbsp; In Web AppBuilder when I attempt to login to our portal &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://" rel="nofollow" target="_blank"&gt;https://&lt;/A&gt;&lt;SPAN&gt;, then press continue, the "S" gets stripped out of https.&amp;nbsp; I just get an error message: "Unable to access &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://" rel="nofollow" target="_blank"&gt;http://&lt;/A&gt;&lt;SPAN&gt;&amp;lt;;purtal url&amp;gt; A server with the specified hostname could not be found".&amp;nbsp; Has anyone found a workaround for this? &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Josh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Aug 2014 14:28:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/https-portal-login/m-p/40628#M1099</guid>
      <dc:creator>JoshuaDell1</dc:creator>
      <dc:date>2014-08-13T14:28:18Z</dc:date>
    </item>
    <item>
      <title>Re: https Portal Login</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/https-portal-login/m-p/40629#M1100</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Joshua,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; Go to the client\stemapp\jimu.js\dijit\SetPortalUrl.js and on line 177 (assuming you are talking about Beta 2) comment that line out:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="javascript" __jive_macro_name="code" class="jive_macro_code jive_text_macro _jivemacro_uid_14079474884782458" jivemacro_uid="_14079474884782458" modifiedtitle="true"&gt;
&lt;P&gt;// change https to http&lt;/P&gt;
&lt;P&gt;url = PortalUrlUtils.setHttpProtocol(url);&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not sure if that is it but by looking at the code, it is a good place to start.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Aug 2014 16:32:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/https-portal-login/m-p/40629#M1100</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2014-08-13T16:32:27Z</dc:date>
    </item>
    <item>
      <title>Re: https Portal Login</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/https-portal-login/m-p/40630#M1101</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Robert,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am getting the same error but I don't use https. Do you have any idea how I can troubleshoot this problem?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Maura&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Aug 2014 18:05:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/https-portal-login/m-p/40630#M1101</guid>
      <dc:creator>MauraTokay</dc:creator>
      <dc:date>2014-08-13T18:05:17Z</dc:date>
    </item>
    <item>
      <title>Re: https Portal Login</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/https-portal-login/m-p/40631#M1102</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maura,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Can you closely check the url that it is complaining about to see if there is some typo or reason it would not resolve. If you are not using a https portal url or an on premise portal url than I don't know of a reason it would be getting that error.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Aug 2014 18:11:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/https-portal-login/m-p/40631#M1102</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2014-08-13T18:11:03Z</dc:date>
    </item>
    <item>
      <title>Re: https Portal Login</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/https-portal-login/m-p/40632#M1103</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks pointing me in the right direction Robert.&lt;/P&gt;&lt;P&gt;I commented line 177&lt;/P&gt;&lt;P&gt;and changed line 167 from,&lt;/P&gt;&lt;PRE __default_attr="javascript" __jive_macro_name="code" class="jive_macro_code _jivemacro_uid_14079555859764729 jive_text_macro" jivemacro_uid="_14079555859764729"&gt;
&lt;P&gt;var standardUrl = PortalUrlUtils.setHttpProtocol(this.portalUrlInput.get('value'));&lt;/P&gt;

&lt;/PRE&gt;&lt;P&gt;to.&lt;/P&gt;&lt;PRE __default_attr="javascript" __jive_macro_name="code" class="jive_macro_code _jivemacro_uid_14079556183735547 jive_text_macro" jivemacro_uid="_14079556183735547"&gt;
&lt;P&gt;var standardUrl = this.portalUrlInput.get('value');&lt;/P&gt;

&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was able to get to the sign in page, but now when attempting to sing in I get an error:&lt;/P&gt;&lt;P&gt;"Incorrect username or password"&lt;/P&gt;&lt;P&gt;and I am seeing this error in chrome developer tools:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000; font-family: Consolas, 'Lucida Console', monospace; font-size: 12px;"&gt;Failed to load resource: net::ERR_CONNECTION_REFUSED...&lt;/SPAN&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://geonet.esri.com/" rel="nofollow" target="_blank"&gt;http://&lt;/A&gt;&lt;SPAN&gt;&amp;lt;machine name&amp;gt;/proxy.js?https&amp;lt;my portal url&amp;gt;/arcgis/sharing/generateToken&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Aug 2014 18:56:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/https-portal-login/m-p/40632#M1103</guid>
      <dc:creator>JoshuaDell1</dc:creator>
      <dc:date>2014-08-13T18:56:10Z</dc:date>
    </item>
    <item>
      <title>Re: https Portal Login</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/https-portal-login/m-p/40633#M1104</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Joshua,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; There might be more to the not using https then it appears then... Have you logged a bug in the Beta program site?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Aug 2014 19:28:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/https-portal-login/m-p/40633#M1104</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2014-08-13T19:28:18Z</dc:date>
    </item>
    <item>
      <title>Re: https Portal Login</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/https-portal-login/m-p/40634#M1105</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've seen some similar issues like this in the Beta community. Two things I would verify:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) Make sure Portal is using built-in security (not Windows security or PKI security as these will not work per the doc)&lt;/P&gt;&lt;P&gt;2) Make sure the relevant SSL certificates and trusted domains are installed/configured in the browser&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Noah&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Aug 2014 00:33:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/https-portal-login/m-p/40634#M1105</guid>
      <dc:creator>Noah-Sager</dc:creator>
      <dc:date>2014-08-15T00:33:22Z</dc:date>
    </item>
    <item>
      <title>Re: https Portal Login</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/https-portal-login/m-p/40635#M1106</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am having the same issue as well. I was told to temporarily&amp;nbsp; try unchecking "Allow access to the organization through &lt;SPAN class="orgSettingTooltip"&gt;SSL&lt;/SPAN&gt; only." in our AOL site but it still generates an error. &lt;/P&gt;&lt;P&gt;&lt;IMG alt="Screen2.png" class="jive-image image-1" src="https://community.esri.com/legacyfs/online/12864_Screen2.png" style="width: 620px; height: 201px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Sep 2014 19:40:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/https-portal-login/m-p/40635#M1106</guid>
      <dc:creator>BillLotz</dc:creator>
      <dc:date>2014-09-16T19:40:37Z</dc:date>
    </item>
    <item>
      <title>Re: https Portal Login</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/https-portal-login/m-p/40636#M1107</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Interesting enough, at the screen after I enter the path to AGOL, where it asks for my username and password, if I enter an incorrect password it knows it. I enter correct password and it just kicks back to "Unable to access ..." screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Fiddler shows that the app is communicating in my AGOL page, it comes back with all the details. How can the Server not be found???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any Ideas?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Sep 2014 16:05:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/https-portal-login/m-p/40636#M1107</guid>
      <dc:creator>BillLotz</dc:creator>
      <dc:date>2014-09-19T16:05:00Z</dc:date>
    </item>
    <item>
      <title>Re: https Portal Login</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/https-portal-login/m-p/40637#M1108</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For me, the problem seemed to be related to certificates. The Web AppBuilder tries to access the sharing/generateToken end point of the portal over SSL which in my case was throwing an ERR_INSECURE_RESPONSE error in Chrome. I right-clicked the requests in the Network tab of the developer tools window to open in a new tab. I followed the links to proceed to the insecure content. I was then able to go back and login.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Oct 2015 21:49:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/https-portal-login/m-p/40637#M1108</guid>
      <dc:creator>deleted-user-YYhuCJuuEn9L</dc:creator>
      <dc:date>2015-10-19T21:49:41Z</dc:date>
    </item>
    <item>
      <title>Re: https Portal Login</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/https-portal-login/m-p/40638#M1109</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This might be a certificate problem. Please see this FAQ and have a try:&lt;/P&gt;&lt;P&gt;&lt;A href="https://developers.arcgis.com/web-appbuilder/guide/faqs.htm#GUID-D77E7E07-F3FF-49A1-B086-F92ED17344EB" title="https://developers.arcgis.com/web-appbuilder/guide/faqs.htm#GUID-D77E7E07-F3FF-49A1-B086-F92ED17344EB"&gt;FAQs—Web AppBuilder for ArcGIS (Developer Edition) | ArcGIS for Developers&lt;/A&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Oct 2015 06:16:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/https-portal-login/m-p/40638#M1109</guid>
      <dc:creator>LemaoWu</dc:creator>
      <dc:date>2015-10-20T06:16:14Z</dc:date>
    </item>
  </channel>
</rss>

