web-http-protocol

Syntax

web-http-protocol = {http | https}

Description

Defines the protocol that the client Web browser uses to connect to WebSEAL for requests that WebSEAL receives on a TCP interface.

Options

http
WebSEAL functions will behave as if the client is connected to WebSEAL in an HTTP environment (not HTTPS).
https
Most WebSEAL functions will behave as if the client is connected to WebSEAL in an HTTPS environment. There are exceptions and limitations to this rule. You cannot obtain SSL IDs or SSL client certificates using this parameter; therefore, [session] ssl-id-sessions cannot be used as a session key and [certificate] accept-client-certs cannot be used for authentication.

Usage

This stanza entry is optional.

Default value

http

Example

web-http-protocol = http