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