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
In TIBCO Business Studio, create a project with an adapter service.
In the Project Explorer view under
Adapter Configuration, select the adapter service you have created.
The adapter service is now displayed in the Editor.
In the
Configuration view, click the
Transports tab.
The
Transports dialog box is displayed under the selected adapter service in the Editor.
Under
Direct in the
Provider URL, change the provider from
jmsProviderUrl to
jmsSslProviderUrl.
Under
More Options, select the
Use SSL checkbox.
Click the
Configuration icon.
The
SSL Configuration dialog box is displayed.
Click the Basic tab.
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.
In
Trusted Certificates Folder, click the
... button.
In the
Select Trusted Certificates Folder dialog box, select the created folder.
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.
In
Client key Alias, enter the alias.
In
Client Key Password, enter the key password.
Click
OK.
Then select the project and click
Test Connection. The message "Test Connection Successfully!" is displayed.