Identifies the configuration section in which the SSL configuration details for distributed engines are specified, usually SSLOptionN
. You must set this parameter if you are using SSL connections between DAH and child engines.
Setting this parameter in the [Server]
section controls incoming ACI calls.
Setting this parameter in the [DistributedEngineN]
section controls outgoing ACI calls to child engines in a Standalone DAH system.
Setting this parameter in the [IDOLServerN]
section controls outgoing ACI calls to child engines in a DAH system Integrated with IDOL.
Setting this parameter in the [DAHEngineN]
section controls outgoing ACI calls to child engines in a DAH system Integrated with IDOL in which DAH and DIH child engines are configured separately.
Note: You can set this parameter in the [Server]
section alone, in [DistributedEngineN]
, [DAHEngineN]
, or [IDOLServerN]
alone, or in both the [Server]
and either [DistributedEngineN]
, [DAHEngineN]
, or [IDOLServerN]
sections, depending on how you want to manage your connections.
If you create a server group by specifying a comma-separated list of host names in the Host parameter, you can use a single value for SSLConfig
so that all child servers in the group use the same SSL details. Alternatively, you can use a comma-separated list to use different details for each mirrored child server. In this case, there must be the same number of values in SSLConfig
as there are for Host.
Type: | String |
Default: | |
Required: | No |
Configuration Section: | IDOLServerN or DistributedEngineN or DAHEngineN |
Example: | [DistributedEngine0] SSLConfig=SSLOption0 In this example, the SSL connection to DistributedEngine0 is configured in the SSLOption0 section. ... [Server] SSLConfig=SSLOption [DistributionIDOLServers] Number=2 [IDOLServer0] SSLConfig=SSLOption [IDOLServer1] SSLConfig=SSLOption1 In this example, incoming ACI calls and outgoing calls to IDOLServer0 use the same SSL configuration, but outgoing calls to IDOLServer1 use a different SSL configuration. |
See Also: |
|