Set up SSL for the View component
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. View 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=9010 SSLConfig=SSLOption1 OutgoingSSLConfig=SSLOption2