I've installed Portal for ArcGIS Server 10.4.1 and added a CA certificate to it, the portal is working very well and can consume https services from ArcGIS Server. However, when I try to add non-https services, it fails to load them and the unsafe content icon appears, so I need to click it in order to proceed.
Is there a way to enable mixed-services mode (http & https)?
Notes:
The Unsafe Content icon after adding http layer:
Any help is highly appreciated
Thank you in advance
Hani
Hi Hani,
Are you using Integrated Windows Authentication with your Portal?
Hi Jake,
I am not using Integrated Windows Authentication
Thanks,
No immediate answers but a couple things to consider.
If you are not requiring HTTPS on the Portal, take the HTTPS aspect out of the URL calling the web map. That should eliminate the mixed content issue.
If you are required to use HTTPS due to a company IT policy, then maybe think twice about including non-HTTPS sites. The whole point of the policy I would guess is that all communication be encrypted. Perhaps the approach for an application requiring external non-HTTPS content is that all material be approved by management as being OK to use in non-encrypted applications. Basic CYA.
Have you tried to access your non-Https sites with the https prefix? If that kind of works but still throws a certificate warning, look at the certificate. Maybe you have to change the domain part of the URL to include a fully qualified name. The resource part of the URL has to match the certificate.
Not sure on this but try sharing the web map to 'Everyone'. Presumably no authentication occurs for that?
Mixed mode problems aren't necessarily a Portal issue, but a browser issue. Browsers are designed to warn users of mixed mode content. I'd suggest avoiding that problem altogether by being consistent with the protocol you use. If you have secure services that require logging in, just be sure you create and access the webmaps over https. If they're not secure, you can create and access them through either protocol.
Thanks all for the helpful input,
Seems that the issue is to use http only, since most of the services should come from other servers and these servers are non-https. My issue now changes to run my portal using http, and so my browser would not show any alerts. Is there a way to run the portal using http protocol?
Portal by default can be reached through http or https. Login pages are always https, but My Content, the map viewer, groups, etc all can be reached through http, (as long as the option to only use SSL is not checked).
Change the port number in your URL to 7080.
http://<server>.<domain>:7080/arcgis/home/index.html
Example:
http://server01.somewhere.com:7080/arcgis/home/index.html
http://server01.somewhere.com:7080/arcgis/home/webmap/viewer.html?webmap=1234567890