Configuring SSL on the TIBCO Enterprise Message Service Server
To enable SSL, each instance of tibemsd must have a digital certificate and a private key. The server can optionally require a certificate chain or trusted certificate.
You can set the SSL server parameters in the tibemsd.conf file on the TIBCO Enterprise Service server. An example of the tibemsd.conf file is located in the TIBCO_HOME\ems\version_number or TIBCO_HOME\ems\version_number\bin directory.
Procedure
Example
For example:
[SSLQueueConnectionFactory] type = queue url = ssl://7243 ssl_verify_host = disabled ssl_trusted = C:\tibco\ems\8.2\samples\certs\server_root.cert.pem ssl_expected_hostname = server ssl_identity = C:\tibco\ems\8.2\samples\certs\client_identity.p12 [SSLTopicConnectionFactory] type = topic url = ssl://7243 ssl_verify_host = disabled ssl_trusted = C:\tibco\ems\8.2\samples\certs\server_root.cert.pem ssl_expected_hostname = server ssl_identity = C:\tibco\ems\8.2\samples\certs\client_identity.p12
Copyright © 2021. Cloud Software Group, Inc. All Rights Reserved.