Has anyone had this problem? We are using HTTPS/SSL, and for the install i made sure to use the secured Port. However these did not seem to matter as the web.config still refers to the machinename:80.
if you force the browser to the correct FQDN,a warning appears appears asking if you want to display mixed content...clicking yes the builder then loads. Deploying an app has the same problems and doesn't seem to want to load any basemaps (although that may be a simple configuration error?).
I do have an incident logged with ESRI from a couple of days ago, I'm just desperately seeking and hoping that someone else from out the in the battlefield already encountered this and knows what to do.
Please look at my reply on this thread. The value written in the web.config refers to the URL that apps are deployed under. During install, the setup simply reads this value from the IIS site that you choose for the apps folder. But if it doesn't come through as desired, you can always update the web.config.
If you're referring to the URL used when launching Application Builder from your programs list, you can modify this by editing the Builder.url file under the Builder\Installer folder.
The mixed content message is displayed because your browser detects that the site is pulling in non-https content into an https site. To avoid this, you'll need to update the URLs in the following config files to point to https endpoints instead of http:
Builder\App_Data\Basemaps.xml - defines basemaps in the Builder basemap gallery
Builder\App_Data\Settings.xml - defines a number of settings, but you should only need to update the geometry service URL
Builder\Templates\Default\Config\Map.xml - defines the default map service layers included in new Viewer apps. Only includes one ArcGISTiledMapServiceLayer by default
Builder\Templates\Default\Config\Tools.xml - defines the default set of tools in new Viewer apps. You'll need to update the basemap URLs in the basemap gallery. Those are defined inside the first tool in the file.
Builder\Templates\Default\Config\Admin\Connections.xml - defines the default list of connections in the Browse panel