Identifies the configuration section in which the SSL configuration details are specified, usually SSLOptionN
. You must set this parameter if you are using SSL connections between components.
To control incoming ACI calls, set this parameter in the [Server]
section.
To control outgoing ACI calls, set this parameter in another component section, such as [DataDRE]
, [CatDRE]
, or a connector task section.
The section in which you set SSLConfig
depends on whether you are using a distributed architecture and on which component you are configuring. For example, in a stand-alone Category configuration, you can set SSLConfig
in the [Server]
, [DataDRE]
, [CatDRE]
, and [CommunityServer]
sections.
See each component’s documentation for more information.
Type: | String |
Default: | None |
Required: | No |
Configuration Section: | Server for incoming communication, and other sections for outgoing communications |
Example: | [Server] SSLConfig=SSLOptions1 ... [AgentDRE] SSLConfig=SSLOptions2 ... [DataDRE] SSLConfig=SSLOptions2 ... // For Omni Group Servers: [Note] GroupServerHost=... GroupServerPort=... SSLConfig=SSLOptions2 [SSLOptions1] //SSL options for incoming connections SSLMethod=SSLV23 SSLCertificate=host1.crt SSLPrivateKey=host1.key SSLCACertificate=trusted.crt [SSLOptions2] //SSL options for outgoing connections SSLMethod= SSLV23 SSLCertificate=host2.crt SSLPrivateKey=9s7BxMjD2d3M3t7awt/J8A SSLCACertificate=trusted.crt |
See Also: |
|