Enable the Network Configuration Manager Integration Adapter for VMware Smart Assurance to support encrypted communication.

Procedure

  1. Open the Tomcat file, $VOYENCE_HOME/bin/service/ncmsmartsadapter
  2. Type these lines after the CATALINA_HOME variable assignment:
    #-------------------------
    # Enable Smarts Encryption
    JAVA_OPTS="$JAVA_OPTS -Dcom.smarts.outgoing_protocol=1"
    export JAVA_OPTS
    #-------------------------
  3. Restart Tomcat.