Configure WebSEAL HTTPS requests
Configure WebSEAL HTTPS requests to determine how WebSEAL handles HTTPS requests from unauthenticated users.
Steps
- Log in to the local management interface.
- Select Web > Manage > Reverse Proxy.
- Select your instance.
- Select Manage > Configuration > Edit Configuration File.
- Enable or disable HTTPS access by adding the following line under the [server] stanza.
[server]
https = {yes|no}- 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 = 443To change to port 4343, for example, set:
[server]
https-port = 4343
Parent topic: Communication protocol configuration