DistributedConnectorSSLConfig

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

Set this parameter in the [Viewing] section of the IDOL Server configuration file to configure SSL for outgoing communications from the View component to the Distributed Connector or IDOL NiFi Ingest.

If you do not set this parameter, View uses the settings that you set in OutgoingSSLConfig to connect to the Distributed Connector or NiFi.

Type: String
Default:  
Required: No
Configuration Section: Viewing
Example: [Viewing]
DistributedConnectorSSLConfig=SSLOption1

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