How to make HTTPS configuration in Empress Media folder in the Registry?

How to make HTTPS configuration in Empress Media folder in the Registry?

​This articles explains about the HTTPS configuration in Empress Media folder in the Registry. 
------------------------------------------------------------------------------------------------------------------------------
 
All the eMAM configurations can be done with HTTPS to make the system fully encrypted and secure. In the case of registry configuration, we need to do a few extra steps in the App configuration files.
Shown below is an example of a registry which is configured with HTTPS.
 
 
 
In order to match with the HTTPS configuration, we need to make some changes in the application config files.
To accomplish this, follow the steps below:
 
1. Open eMAMArchiveManager.exe.config from C:\Program Files\Empress Media\eMAM Archive Manager
 
    Search for Security mode, and you see a section like below.
 
         <security mode="None">
             <transport clientCredentialType="None" proxyCredentialType="None" realm=""/>
             <message clientCredentialType="UserName" algorithmSuite="Default"/>
          </security>
 
    Here make the changes as shown below,
 
         <security mode="Transport">
            <transport clientCredentialType="None" proxyCredentialType="None" realm=""/>
            <message clientCredentialType="Certificate" algorithmSuite="Default"/>
         </security>
 
    Screenshot for reference:
 
    
    Now restart the service.
 
2. Open eMAMDeliveryService.exe.config from C:\Program Files\Empress Media\eMAM Delivery Service
 
     Search for Security mode, so you will see a section like below.
 
         <security mode="None">
             <transport clientCredentialType="None" proxyCredentialType="None" realm=""/>
             <message clientCredentialType="UserName" algorithmSuite="Default"/>
          </security>
 
    Here, make the changes as shown below,
 
         <security mode="Transport">
            <transport clientCredentialType="None" proxyCredentialType="None" realm=""/>
            <message clientCredentialType="Certificate" algorithmSuite="Default"/>
         </security>
 
    You can refer the same above screenshot. 
    Now restart the service.
 
3. Open eMAMIngestManager.exe.config from C:\Program Files\Empress Media\eMAM Ingest Manager
 
     Search for Security mode, so you will see a section like below.
 
         <security mode="None">
             <transport clientCredentialType="None" proxyCredentialType="None" realm=""/>
             <message clientCredentialType="UserName" algorithmSuite="Default"/>
          </security>
 
    Here, make the changes as shown below,
 
         <security mode="Transport">
            <transport clientCredentialType="None" proxyCredentialType="None" realm=""/>
            <message clientCredentialType="Certificate" algorithmSuite="Default"/>
         </security>
 
    Refer the same screenshot above.
    Now restart the service.
 
4. Open eMAMS3Connector.exe.config from C:\Program Files\Empress Media\eMAM S3 Connector
 
    Search for Security mode, so you see a section like below.
 
         <security mode="None">
             <transport clientCredentialType="None" proxyCredentialType="None" realm=""/>
             <message clientCredentialType="UserName" algorithmSuite="Default"/>
          </security>
 
    Here, make the changes as shown below,
 
         <security mode="Transport">
            <transport clientCredentialType="None" proxyCredentialType="None" realm=""/>
            <message clientCredentialType="Certificate" algorithmSuite="Default"/>
         </security>
 
    Refer the same screenshot above.
    Now restart the service.
 
5. Open eMAMTaskManager.exe.config from C:\Program Files\Empress Media\eMAM Task Manager
 
    Search for Security mode, so you see a section like below.
 
         <security mode="None">
             <transport clientCredentialType="None" proxyCredentialType="None" realm=""/>
             <message clientCredentialType="UserName" algorithmSuite="Default"/>
          </security>
 
    Here, make the changes as shown below,
 
         <security mode="Transport">
            <transport clientCredentialType="None" proxyCredentialType="None" realm=""/>
            <message clientCredentialType="Certificate" algorithmSuite="Default"/>
         </security>

6. Open eMAMLicenseManager.config from C:\Program Files\Empress Media\eMAM License Manager
 
    eMAM Gateway and eMAM License Gatewaw are referenced in this config files.

    If the eMAM Gateway is HTTPS then do the below steps,

    Search for Security mode,under binding name="eMAMServiceSoap" so you see a section like below.
 
         <security mode="None">
             <transport clientCredentialType="None" proxyCredentialType="None" realm=""/>
             <message clientCredentialType="UserName" algorithmSuite="Default"/>
          </security>
 
    Here, make the changes as shown below, 
 
         <security mode="Transport">
            <transport clientCredentialType="None" proxyCredentialType="None" realm=""/>
            <message clientCredentialType="Certificate" algorithmSuite="Default"/>
         </security>
 
    If the eMAM License Gateway is HTTPS then do the below steps,

    Search for Security mode,under binding name="eMAMLicenseServiceSoap" so you see a section like below.

          <security mode="None">
             <transport clientCredentialType="None" proxyCredentialType="None" realm=""/>
             <message clientCredentialType="UserName" algorithmSuite="Default"/>
          </security>
 
    Here, make the changes as shown below, 
 
         <security mode="Transport">
            <transport clientCredentialType="None" proxyCredentialType="None" realm=""/>
            <message clientCredentialType="Certificate" algorithmSuite="Default"/>
         </security>

   Refer the same screenshot above.

   Now restart the service.
 
    If you want to go back to HTTP configuration then you have to revert the changes which you have made in the app configuration file.
 
    If you need any help from eMAM Technical Support Team in configuring this, please drop an email to support@emamonline.com
 
    • Related Articles

    • Prerequisites while updating eMAM License for HTTPS configurations

      If eMAM is configured with HTTPS in registry, please do the following steps before running the license manager. Change the security type in the app config file of the License manager, for https configured systems.  Goto Empress Media Folder -> eMAM ...
    • How to change server name after install

      How to change DNS Hostname or IP address after install Best practice is to provide proper Hostname/FQDN prior to install so that we can avoid the complexity post installation. Download a program such as " Find and Replace " ...
    • eMAM post-implementation configurations

      1. Adding MIME type for epr, rtin etc Go to IIS > #1. Click on Default Gateway (This way virtual directory that comes under it will inherit MIME types added to it). #2. Click on MIME types #3. Click on Add. #4. Enter File name extension (.epr, .dmg, ...
    • Configuring SSL Certificate from Windows Certificate Store for Apache Upload Manager

      1. Install the Latest Java JDK Download and install the latest stable version of the Java JDK from https://www.oracle.com/in/java/technologies/downloads/ After the download, complete the installation of the JDK. 2. Set the Java Home with the newly ...
    • Avid Media Composer eMAM Panel User Guide 5 5

      eMAM Panel for Avid Media Composer (MC) User Guide eMAM Version 5.5.2 Notice The content in this document represents the current view of EMAM, Inc. as of the date of publication. As EMAM responds continually to the changing market conditions, this ...