SSL Parameters for EMS Connections

If you configure any EMS channels in the eFTL server, you must also arrange a configuration file with parameters from the following table. The eFTL server uses these parameter values when connecting to a EMS server.

For information about these parameters, see “Configuring SSL in EMS Clients” in TIBCO Enterprise Message Service User's Guide.

For syntax, see the example configuration file in the samples directory.

Supply SSL parameters in a file, and specify the file name as the value of the command line parameter --ssl-params when you start the eFTL server.

Note: All the EMS channels in a cluster must use the same set of SSL parameter values for connecting to their respective EMS servers.
Parameter Note
ssl_issuer_cert=filename
ssl_trusted_cert=filename
ssl_auth_only=true | false
ssl_ciphers=cipher_suites
ssl_expected_hostname=hostname
ssl_identity=filename
ssl_private_key=filename
ssl_password=private_key_password You may obfuscate the password using tibrealmadmin --mangle. For details, see TIBCO FTL Administration.
ssl_rand_data=data
ssl_rand_file=filename
ssl_rand_egd=filename
ssl_verify_host=true | false
ssl_verify_hostname=true | false