2021.1

Table Of Contents
l
Time out: Set the timeout period in seconds. The default value is 120 seconds.
l
Enable server for HTTPS requests: Check this option to accept secured, encrypted
requests from web clients. The encryption protocol is TLS.
Note
HTTPS requires two certificates: a Root Certificate and an accompanying
Certificate. These are obtained from a Certificate Provider such as Thawte or
Verisign, or through the use of certificate generators such as openSSL. When the
Root Certificate and Certificate file are identical, this is called a
self-signed
certificate
, which is considered unsecured by most browsers.
l
Forward all HTTP traffic to HTTPS: When the server is enabled for HTTPS
requests it doesn't listen on the port specified for HTTP anymore. However, you can
enable this option to forward all HTTP traffic to HTTPS.
Note that this option does not affect proxies. All routes set as proxy in Workflow will
be forwarded to the target specified in the proxy list (see "NodeJS Server Input
plugin preferences 2" on the facing page).
l
HTTPS Port: Select the port to use. The task's default HTTPS port is 8443, so as not to
interfere with the standard HTTPS port (443). Port numbers > 9999 are possible.
l
Root certificate: Enter the absolute path to the Root Certificate, or click the Browse
button and select the file in the Browse dialog. The file generally ends with a .crt
extension.
l
Certificate: Enter the absolute path to the site Certificate, or click the Browse button and
select the file in the Browse dialog. The file generally ends with a .crt extension.
l
Key: Enter the absolute path to the Private Key File. This file generally ends with a .key
extension.
l
Password: Enter the password (or passkey) for the Private Key File.
l
Verbose log: Select to enable to keep a verbose log. Note that a communication log is
generated whether or not this option is selected. If you use a secure connection, the log
will contain extra information.
l
Disable SOAP Server: Check to disable all SOAP Server functionality.
Page 798