This page was last edited on June 19, 2020, at 14:27.
Comments or questions about this documentation? Contact us for support!
In general, configuring an SSL connection consists of the following major steps:
The first several steps involve configuring the TIBCO EMS:
Note that the PEM password in this example is tibcoserver.
Note that the PEM password in this example certificate is tibcoclient.
listen = ssl://7243 ssl_require_client_cert = enabled ssl_server_identity = /opt/tibco/ems/6.0/samples/certs/tibcoserver.pem ssl_server_key = /opt/tibco/ems/6.0/samples/certs/tibcoserver.key.pem ssl_password = tibcoserver ssl_server_trusted = /opt/tibco/ems/6.0/samples/certs/tibcoclient.pem
[SSLQueueConnectionFactory] type = queue url = ssl://tibcohost.genesyslab.com:7243 ssl_identity = //opt/tibco/ems/6.0/samples/certs/tibcoclient.p12 ssl_trusted = //opt/tibco/ems/6.0/samples/certs/tibcoserver.pem
The following two options can be added for debugging: