SSLConfig

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

You must set this parameter if the CFS has been configured to communicate 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