Information
ArubaOS-Switch devices can be configured through an HTTP interface, which is enabled by default. This methodshares the same vulnerability to credential interception as Telnet. It is recommended that the HTTPS interface be enabled and the HTTP interface be disabled. HTTPS is HTTP traffic running over an encrypted Transport LayerSecurity (TLS) or Secure Sockets Layer (SSL) session.
Solution
Enable SSL, disable plaintext HTTP, and set a 5-minute idle timeout:
switch(config)# web-management ssl
switch(config)# no web-management plaintext
switch(config)# web-management idle-timeout 300