web-http-protocol
web-http-protocol = {http | https}
Description
Define the protocol 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. We 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: Optional
Default value
http
Example:
web-http-protocol = http