Configuring WebSEAL HTTPS requests

Configure WebSEAL HTTPS requests to determine how WebSEAL handles HTTPS requests from unauthenticated users.

Procedure

  1. Log in to the local management interface.
  2. Select Web > Manage > Reverse Proxy.
  3. Select your instance.
  4. Select Manage > Configuration > Edit Configuration File.
  5. Enable or disable HTTPS access by adding the following line under the [server] stanza.
    [server]
    https = {yes|no}
  6. Set the HTTPS access port value by adding the following line under the [server] stanza.
    The default port for HTTPS access is 443:
    [server]
    https-port = 443
    To change to port 4343, for example, set:
    [server]
    https-port = 4343