SSLConfig

The name of the configuration section that specifies the SSL configuration details (usually SSLOptionN).

Set this parameter in the [CatDRE] section of the unified IDOL Server configuration file to configure SSL for outgoing ACI calls from IDOL components to the Content component that stores the category index (Agentstore).

For this parameter to have an effect, you must also set SSLIDOLComponents to True in the [Server] section to indicate that IDOL components can use SSL to communicate with each other.

If you use a Distributed Action Handler (DAH) and Distributed Index Handler (DIH) to distribute your category index across multiple instances of the Agentstore component, set SSLConfig to configure SSL connections to the DAH, and set IndexSSLConfig to configure SSL connections to the DIH.

Type: String
Default:  
Required: No
Configuration Section: CatDRE
Example: [CatDRE]
SSLConfig=SSLOption1

[SSLOption1]
SSLMethod=SSLV23
SSLCertificate=host1.crt
SSLPrivateKey=host1.key
SSLCACertificate=trusted.crt
See Also: Secure Socket Layer Parameters