Configuring SSL in MFT Shared Connection

After configuring SSL on the TIBCO EMS server, configure SSL in the MFT Shared Connection shared resource.

See Creating MFT Shared Connection for details about how to create an MFT Shared Connection shared resource.

Procedure

  1. Start TIBCO Business Studio.
  2. In the Project Explorer view, expand the project that you created.
    See Creating a Project for details about how to create a project.
  3. Open the MFT Shared Connection shared resource that you created.
    The MFT Shared Connection Editor is displayed.
  4. In the JNDI Context URL field, enter the SSL listen port.
    The general format is: ssl://hostname:port.
  5. In the Topic Connection Factory field, enter the topic connection factory set in the factories.conf file. For example: SSLTopicConnectionFactory
    Note: The factories.conf file is located in the EMS_DATA_HOME/cfmgmt/ems/data directory.
  6. In the Queue Connection Factory field, enter the queue connection factory set in the factories.conf file. For example: SSLQueueConnectionFactory
  7. Select the Use SSL check box to enable SSL.
  8. In the Trusted Certs Location field, click Add to locate the certificates one by one that are used to verify the identities of servers and clients.
    The certificates are configured in the tibemsd.conf file, see Configuring SSL on the TIBCO EMS Server for more information.
  9. Save the project, and click Test Connection to test the connection to the EMS server.