To configure SSL for the View component, you can set the following parameters in the [Viewing]
section:
SSLConfig
|
SSL options for a secure connection to the Content component to use for highlighting. |
OutgoingSSLConfig
|
SSL options for a secure connection to other applications. The View component uses this option if someone requests to view a document that exists on a server that is secured by SSL. |
For example,
[Viewing] IdolHost=localhost IdolPort=9000 SSLConfig=SSLOption1 OutgoingSSLConfig=SSLOption2
|