Configure Settings on MQL (Indexing Side)

This section describes how to enable HTTPS communication between Exalead CloudView and MQL client (indexing side).

See Also
Firewall Protection and Recommended HTTPS Configuration
Configure Settings on Exalead CloudView
Configure Settings on FCS
Configure Settings on 3DSpace
  1. Verify the JDK path of the running MQL. By default, it is located at <MX_JAVA_PATH>/jdk.
  2. Verify that a keystore file named cacerts exists under <MX_JAVA_PATH>/jdk/lib/security.
  3. Use the following command to import all Exalead CloudView certificates to the cacerts keystore, using the default storepass changeit:

    keytool -import -file yourcvhost-cvdefault.cert -alias youralias -keystore <MX_JAVA_PATH>/lib/security/cacerts -storepass changeit