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 License Manager -> Open eMAMLicenseManager.exe.config file in Notepad or Notepadd++
- Under <system.serviceModel> Replace <security mode="None"> with <security mode="Transport">
- Replace <message clientCredentialType="UserName" algorithmSuite="Default"/> with <message clientCredentialType="Certificate" algorithmSuite="Default"/>
Note: We don't need to change the configuration if the registry configurations are in HTTP
For the HTTP Registry Configuration, the settings will be:
<security mode="None">
<message clientCredentialType="UserName" algorithmSuite="Default"/>