UseSSL

Enables the secure sockets layer (SSL).

  • This setting affects the variables HttpWebRoot andHttpCgiPath.

  • Use the Secure Sockets Layer only if you are using an SSL-enabled Web server.

  • When set to TRUE, SSL is used (https instead of http).

Default is FALSE.

Type and Usage

Location

  • System Properties, Internet tab, Use Secure Sockets Layer

  • IntradocDir/config/config.cfg

Example

As a configuration setting, enables SSL:

UseSSL=true

As script, returns the value of the configuration setting:

<$UseSSL$>

See Also