Enable SSL on CCMS Output Generator

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:

  1. Open the %OutputGenDir%/conf/outputgenerator.xml file.
  2. 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>
  3. In the <docbase> element, enter the name of your docbase.
    For example:
    <docbase>d4dox</docbase>
  4. Save and close outputgenerator.xml.
  5. Restart CCMS Output Generator.
SSL is enabled for CCMS Output Generator.