Documentation Center

Configuring the Experience Manager Web site for HTTPS

Uncomment sections in the Web.config files to enable HTTPS in and (which runs in ).

Procedure

  1. On the Content Manager, access the %TRIDION_HOME%\web\WebUI\Models\SiteEdit\ directory:
    1. Open the web.config file in a plain-text or XML editor.
    2. Locate the following commented-out section:
      <!--For https, uncomment this-->
    3. Uncomment the endpoint element directly below this comment.
    4. Save and close web.config.
  2. Access the %TRIDION_HOME%\web\WebUI\Editors\DevicePreview directory.
    1. Open the web.config file in a plain-text or XML editor.
    2. Locate the following commented-out section:
      <!--For https, uncomment this-->
    3. Uncomment the section.
    4. Save and close web.config.