Configure SSL for JMS Transport Type on Adapter Service with Internal Certificate

This procedure describes how to configure SSL for the JMS transport when the certificate is located in the TIBCO Business Studio project.

Prerequisites

Create an adapter service. The adapter service that is created gets listed under Adapter Configuration in the TIBCO Business Studio Project Explorer view.

Procedure

  1. In TIBCO Business Studio, create a project with an adapter service.
  2. In the Project Explorer view under Adapter Configuration, select the adapter service you have created.
    The adapter service is now displayed in the Editor.
  3. In the Configuration view, click the Transports tab.
    The Transports dialog box is displayed under the selected adapter service in the Editor.
  4. Under Direct in the Provider URL, change the provider from jmsProviderUrl to jmsSslProviderUrl.
  5. Under More Options, select the Use SSL checkbox.
  6. Click the Configuration icon.
    The SSL Configuration dialog box is displayed.
  7. Click the Basic tab.
  8. Create a new folder to store the trusted certificates in the project and import your certificate file to the newly created folder.
    The certificate file must be a file with extension .cert.
  9. In Trusted Certificates Folder, click the ... button.
  10. In the Select Trusted Certificates Folder dialog box, select the created folder.
  11. In Client Identity, select the keystore provider resource that is available. If you do not have a keystore provider, click Create Shared Resource and enter the details. For more information on the keystore provider resource, see TIBCO ActiveMatrix BusinessWorks™ documentation.
  12. In Client key Alias, enter the alias.
  13. In Client Key Password, enter the key password.
  14. Click OK.
    Then select the project and click Test Connection. The message "Test Connection Successfully!" is displayed.