session-server.json


This file is obsolete in 2.2 and later. Use network.json instead

Configuration file that turns the web server into a session server for use in a Gateway or Cluster configuration.  Options include

gatewayUrl
Url of the gateway server eg https://server.example.com:3443

gatewayCN
Common name in the gateway server’s SSL certificate. This option can also take wildcards. For example, “*.example.com” will accept any SSL certificate whose Common Name ends in .example.com

serverId
Use this serverId rather than the default (hostname of the os)

serverKey
Secret shared key with the gateway server. This key is used to authenticate the session server to the gateway server

enableLocalLogins
Allow users to connect directly to this machine’s web server to log in instead of forcing them to go through the gateway server. (default true)

rejectUnauthorized
reject SSL certificates that fail the SSL authentication check (example, self-signed certificates, or invalid certificate chains) (default true)