SSLConfig

The name of a section in the session configuration file that contains the SSL settings for communicating with the Content component.

You must set this parameter if the Content component has been configured to accept requests over SSL.

Type: String
Default:  
Required: No
Configuration Section: TaskName
Example:
SSLConfig=SSLOptions

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