Chapter 15 System Remote Management
NWA/WAC Series CLI Reference Guide
82
15.2.1 HTTP/HTTPS Command Examples
This command sets an authentication method used by the HTTP/HTTPS server to authenticate the
client(s).
This following example sets a certificate named MyCert used by the HTTPS server to authenticate
itself to the SSL client.
[no] ip http secure-server Enables HTTPS access to the NWA/WAC web configurator.
The
no command disables HTTPS access to the NWA/
WAC web configurator.
[no] ip http secure-server auth-client Sets the client to authenticate itself to the HTTPS server.
The
no command sets the client not to authenticate itself
to the HTTPS server.
[no] ip http secure-server cert certificate_name Specifies a certificate used by the HTTPS server. The
no
command resets the certificate used by the HTTPS server
to the factory default (
default).
certificate_name: The name of the certificate. You can
use up to 31 alphanumeric and
;‘~!@#$%^&()_+[]{}’,.=-
characters.
[no] ip http secure-server force-redirect Redirects all HTTP connection requests to a HTTPS URL.
The
no command disables forwarding HTTP connection
requests to a HTTPS URL.
ip http secure-server cipher-suite {cipher_algorithm}
[cipher_algorithm] [cipher_algorithm]
[cipher_algorithm]
Sets the encryption algorithms (up to four) that the
NWA/WAC uses for the SSL in HTTPS connections and the
sequence in which it uses them. The cipher_algorithm
can be any of the following.
rc4: RC4 (RC4 may impact the NWA/WAC’s CPU
performance since the NWA/WAC’s encryption accelerator
does not support it).
aes: AES
des: DES
3des: Triple DES.
no ip http secure-server cipher-suite
{cipher_algorithm}
Has the NWA/WAC not use the specified encryption
algorithm for the SSL in HTTPS connections.
[no] ip http server Allows HTTP access to the NWA/WAC web configurator.
The
no command disables HTTP access to the NWA/WAC
web configurator.
show ip http server status Displays HTTP settings.
show ip http server secure status Displays HTTPS settings.
Table 48 Command Summary: HTTP/HTTPS (continued)
COMMAND DESCRIPTION
Router# configure terminal
Router(config)# ip http authentication Example
Router# configure terminal
Router(config)# ip http secure-server cert MyCert