Specify the WebSEAL host name

Typically, the name of the WebSEAL host computer is automatically determined when this information is required. There are situations, such as with virtual host junctions, where the WebSEAL host can use several names. On systems with many host names, interfaces, or WebSEAL instances, the automatic determination might not be correct for a specific situation. We can specify the correct one.

We can manually specify the host name in the web-host-name stanza entry in the [server] stanza of the WebSEAL configuration file. The value must be the fully qualified name. This manual setting resolves any conflicts in determining the host name used, for example, by WebSEAL HTTP/HTTPS responses and authentication mechanisms in a traditional junction environment.

By default, web-host-name is not enabled and has no value. When required, WebSEAL attempts to automatically determine the host name.

Steps

  1. Stop the WebSEAL server process.
  2. Manually edit the WebSEAL configuration file to provide a value for the stanza entry.
  3. Uncomment the line.
  4. Restart WebSEAL.

Example

Notice the difference in syntax between the server-name and the web-host-name values. For example:

Parent topic: Web server configuration

Related concepts

Related tasks

Related reference