Modifying Composer.Studio.exe.config to use HTTPS - Advanced Design and Setup - Foundation 23.2 - Foundation 23.2 - Ready - Content Composer - external

Content Composer Advanced Design and Setup

Platform
Content Composer
Product
Advanced Design and Setup
Release
Foundation 23.2
License
To modify Composer.Studio.exe.config:
  1. From the %Composerdir% directory, open Composer.Studio.exe.config with a text editor that supports UTF-8.
  2. Within the <appSettings> element, change all http occurences to https.
    <appSettings>
       ...
       <add key="sts" value="https://[DNS name of the load balancer server]:8100/sts" />
       <add key="login" value="https://[DNS name of the load balancer server]:8100/mur/login" />
       <add key="license" value="https://[DNS name of the load balancer server]:8100/mur/license" />
       <add key="rws" value="https://[DNS name of the load balancer server]:8100/rws" />
       <add key="mwsrws" value="https://[DNS name of the load balancer server]:8100/mws/mwsrepository" />
       <add key="dpws" value="https://[DNS name of the load balancer server]:8100/dataprovider" />
       ...
       <add key="ows" value="https://[DNS name of the load balancer server]:8100/ows/owsrepository" />
  3. Save and close the file.