2022.2

Table Of Contents
simultaneously, provided that they are not set to listen to the same port. See "HTTP Server Input
plugin preferences 1" on page658.
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.
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 for-
warded to the target specified in the proxy list (see "NodeJS Server Input plugin pref-
erences 2" on the next 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.
Note: The Root certificate, Certificate and Key files must be in the PEM format (ASCII
base64 encoded). Files in DER format, the binary encoded version of the PEM format, can-
not be used to configure Workflow, although they may have the same file extension (e.g.
.crt, .cer). Please check the format of your files, using a tool like: https://www.ht-
tpcs.com/en/ssl-converter.
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.
Note: If the Root Certificate and Certificate file are identical, this is considered a self-
signed certificate, which is considered unsecured by most browsers.
For more information about certificates see: "Obtaining a certificate" on page31.
l
Key: Enter the absolute path to the Private Key File. This file generally ends with a .key exten-
sion.
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 gen-
erated 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 665