SSLConfig
The name of the configuration section that specifies the SSL configuration details (usually SSLOptionN
).
NOTE: You must set this parameter if you are using SSL connections between IDOL components.
Set this parameter in the [Server]
section of the unified IDOL Server configuration file to configure SSL for incoming ACI calls.
If you want all IDOL components to communicate with each other by using SSL, you must also set the SSLIDOLComponents parameter to True
. If SSLIDOLComponents is set to False
(the default value), the SSLConfig
parameter in the [Server]
section configures incoming communications to the IDOL Proxy component.
When you set SSLIDOLComponents to True
, you must also set SSLConfig
in other configuration sections for outgoing communications between IDOL Components.
You can set SSLConfig
in the following configuration sections:
[Agent]
[AgentDRE]
[CatDRE]
[DataDRE]
.
Additionally, you can set SSLConfig
for the ports and functions in the following table.
Function | Configuration Section |
---|---|
Index port | [IndexServer]
|
Service port | [Service]
|
Mailer | [MyCustomFunctionality]
|
View component | [Viewing]
|
Group servers | [MySecurityRepository]
|
NOTE: To define one set of SSL options that are shared by multiple communications, define only one [SSLOption]
section. Set the SSLConfig
parameters in each section to the single SSLOption
section.
Type: | String |
Default: | |
Required: | No |
Configuration Section: | Server or other section for outgoing communications |
Example: | [Server]
|
See Also: | Secure Socket Layer Parameters
SSLIDOLComponents |