ftl_trustfile
Optional. Specifies the trust file for the EMS server to validate the FTL server on a TLS connection.
ftl_trustfile = file name
The trust file must be the same as that used by other FTL clients to validate the FTL server.
ftl_url must start with
https:// instead of
http://.
ftl_url starts with
https:// but a
ftl_trustfile is not provided, a warning is logged that the connection is
not secure.
com.tibco.ftl.trust.type and
com.tibco.ftl.trust.file properties in the following way:
- If
ftl_urlstarts withhttps://andftl_trustfileexists:com.tibco.ftl.trust.typeis set toTIB_REALM_HTTPS_CONNECTION_USE_SPECIFIED_TRUST_FILE andcom.tibco.ftl.trust.fileis set to the contents offtl_trustfile - If
ftl_urlstarts withhttps://andftl_trustfiledoes not exist:com.tibco.ftl.trust.typeis set toTIB_REALM_HTTPS_CONNECTION_TRUST_EVERYONEandcom.tibco.ftl.trust.fileis not setIf the environment variable
TIB_FTL_TRUST_FILEis set, the content offtl_trustfileis ignored, and the content of the environment variable is used for validating the FTL server (ifftl_urlstarts withhttps://). For more details, see the TIBCO FTL documentation on realms.