Yes. LinkFixer Advanced supports SSL with OpenText Content Server.


Configuration Screen
To configure LinkFixer Advanced to work with OpenText, click the {Network Locations} button in the LinkFixer Advanced ribbon menu. Then click the {+OpenText} button. The following OpenText configuration screen will appear:




Fill in each field with the requested configuration information. Include the “HTTPS:” address of your OpenText server in the “Server URL” field. Click the {Test} button to verify the connection to OpenText.


Web.Config File
If you have not already done so, you will also need to edit the “web.config” file on your OpenText Content Server.


OpenText does not have SSL bindings enabled by default in the “web.config” file. (See the example listed below.) These bindings exist in the file, but are usually commented out. Remove the comments, save the file and restart the web services site in the IIS Manager application.


<bindings>
<basicHttpBinding>
<binding name=”AdminServiceBinding” maxReceivedMessageSize=”1024000″
messageEncoding=”Text” transferMode=”Buffered”>
<security mode=”None”>
<transport clientCredentialType=”None”/>
</security>
</binding>
<binding name=”AdminServiceBinding_SSL” maxReceivedMessageSize=”1024000″
messageEncoding=”Text” transferMode=”Buffered”>
<security mode=”Transport”>
<transport clientCredentialType=”None”/>
</security>
</binding>


If you have any additional questions regarding the OpenText configuration process, please refer to “Appendix C — Operating with OpenText” in the LinkFixer Advanced User’s Guide, or contact LinkFixer Advanced Technical Support by calling +1-727-442-1822 or e-mailing: support@LinkTek.com.