Services
Configure the web administration service
IX14 User Guide
329
Xag6Z391VcsCgYBgBnpL7m+lIPPZykWbPT/qB0lhzebR9Stn
VicrmROjojQk/sRGxR7fDixaGZolUwcRg7N7SH/y3zA7SDp4WvhjFeKFR8b6O1d4
PFnWO2envUUiE/50ZoPFWsv1o8eK2XT67Qbn56t9NB5a7QPvzSSR7jG77QKBgD/w
BrqTT9wl4DB1g0/iMKCm8dkaJbHBMgsuw1m7/K+fAzwBwtpW
Ly3eX2j9zNGwMYfXjgO1hViRxQEgNdqJyk9fA2gsMtYltTbymVYHyzMweMD88fRC
Ey2FlHfxIfPeE7MaHNCeXnN5N56/MCtSUJcRihh3AoGAey0BGi4xLqSJESqZZ58p
e71JHg4M44FXaop64LCxM8kPpROfasJJu5nlPpYHye959BBQnYcAheZZ
0siGswIauBd8BrZMIWf8JBUIC5EGkMiIyNpLJqPbGEImMUXk4Zane/cL7e06U8ft
BUtOtMefE+iIiuM=
-----END PRIVATE KEY-----"
(config)>
5. (Optional) Configure Multicast DNS (mDNS):
mDNS is a protocol that resolves host names in small networks that do not have a DNS server.
mDNS is enabled by default. To disable mDNS, or enable it if it has been disabled:
n
To enable the mDNS protocol:
(config)> service web_admin mdns enable true
(config>
n
To disable the mDNS protocl:
(config)> service web_admin mdns enable false
(config)>
6. (Optional) Set the port number for this service.
The default setting of 443 normally should not be changed.
(config)> service web_admin port 444
(config)>
7. (Optional) Configure the device to allow legacy encryption protocols.
Legacy encryption protocols allow clients to connect to the HTTPS session by using encryption
protocols older than TLS 1.2, in addition to TLS 1.2 and later protocols. This option is disabled
by default, which means that only TLS 1.2 and later encryption protocols are allowed with
HTTPS connections.
To enable legacy encryption protocols:
(config)> service web_admin legacy_encryption true
(config)>
8. (Optional) Disable legacy port redirection.
Legacy port redirection is used to redirect client HTTP requests to the HTTPS service. Legacy
port redirection is enabled by default, and normally these settings should not be changed.
To disable legacy port redirection:
(config)> service web_admin legacy enable false
(config)>