Web Interface

Top  Previous  Next

server_ssl_certificate

Full path of the server SSL pem certificate file used by TCP/IP services handling HTTP protocols (XCICS as HTTP server).

Syntax

set server_ssl_certificate="<path>";

server_ssl_key

Full path of the server SSL pem key file used by TCP/IP services handling HTTP protocols (XCICS as HTTP server).

Syntax

set server_ssl_key="<path>";

client_ssl_certificate_path

Path of the directory where the client SSL pem certificate files are stored. These files are used by user programs to open client HTTPS connections (XCICS as HTTP client).

Syntax

set client_ssl_certificate_path="<path>";

client_ssl_key_path

Path of the directory where the client SSL pem key files are stored. These files are used by user programs to open client HTTPS connections (XCICS as HTTP client).

Syntax

set client_ssl_key_path="<path>";

cwi_timeout

Timeout threshold, in milliseconds, after that WEB RECEIVE commands will be interrupted (returning TIMEDOUT). The default timeout value is 15000 milliseconds.

Syntax

set cwi_timeout=<value>;