To modify Composer.Studio.exe.config:
- From the %Composerdir% directory, open Composer.Studio.exe.config with a text editor that supports UTF-8.
-
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" />
- Save and close the file.