F3215-HP Load Balancing Module System Management Command Reference-6PW101

20
Views
System view
Default command level
3: Manage level
Usage guidelines
The device can act as the HTTP server that can be accessed only after the HTTP service is enabled.
Enabling the HTTPS service triggers an SSL handshake negotiation process:
If the local certificate of the device exists, the SSL negotiation succeeds, and the HTTPS service can
be started.
If no local certificate exists, the SSL negotiation triggers a certificate application process that often
fails because it times out. If that happens, execute the ip https enable command multiple times to
start the HTTPS service.
Examples
# Enable the HTTPS service.
<Sysname> system-view
[Sysname] ip https enable
ip https port
Use ip https port to configure the port number of the HTTPS service.
Use undo ip https port to restore the default.
Syntax
ip https port port-number
undo ip https port
Default
The port number of the HTTPS service is 443.
Views
System view
Default command level
3: Manage level
Parameters
port-number: Port number of the HTTPS service, which ranges from 1 to 65535.
Usage guidelines
Verify that the port number is not used by another service, because this command does not check for
conflicts with configured port numbers.
Examples
# Configure the port number of the HTTPS service as 6000.
<Sysname> system-view
[Sysname] ip https port 6000