Once you add a CA to the list of trusted certificates, an option is available in the
%OutputGenDir%/conf/outputgenerator.xml file to indicate that users
should use SSL should be used when they connect to IXIA TEXTML Server.
To enable SSL on CCMS Output Generator:
-
Open the %OutputGenDir%/conf/outputgenerator.xml file.
-
In the
<textml>
element, enter the SSL secure port and set the secure
attribute to true
.
For
example:
<outputgenerator>
<textml address="dita-textml" port="2551" forceupdate="false" version="4"
secure="true">
<docbase>d4dox</docbase>
<user domain="acme" name="outgen" password="outgenpass"/>
<timeout>500000</timeout>
</textml>
</outputgenerator>
-
In the <docbase>
element, enter the name of your docbase.
For example:
<docbase>d4dox</docbase>
-
Save and close outputgenerator.xml.
-
Restart CCMS Output Generator.
SSL is enabled for CCMS Output Generator.