DIHSSLConfig

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

Set this parameter in the [AgentDRE] section of the Community configuration file to configure SSL for outgoing calls from the Community component to the Distributed Index Handler (DIH) that distributes index actions to the agent index (identified by DIHACIPort and DIHHost).

You do not need to use this parameter if you have not set DIHACIPort and DIHHost.

NOTE: This parameter is meaningful only in a stand-alone Community component, not in a unified IDOL Server configuration.

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

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