Configured SSL Authorization
TIBCO MFT Platform Server supports a proprietary extension to standard SSL or tunnel processing so that a system administrator can determine that certificates are either accepted or rejected.
You can configure SSL authorization using the sample authorization configuration file called SSLAuth.cfg. The SSLAuth.cfg file is by default located in the $CFROOT/config/ directory.
If no SSLAuth.cfg file is defined, or a match is not found in the SSLAuth.cfg file, the request is then accepted. All requests contain a variety of parameters. If a parameter is not defined, then it is assumed that the parameter is a match.
The authorization file checking is performed in sequence. For example, if a certificate matches an early entry in the SSLAuth.cfg file, the authorization file checking stops matching any later entries.