Service Manual
13
Web Server with HTTP Support
You download web server with HTTP support with the SmartScripts package. It is supported on the
S4810, S4820T, S5000, and MXL switch platforms.
For more information, see the Download the Smart Scripting Package.
Starting the Web Server
In the Open Automation package, the web server runs on a switch and handles HTTP and HTTPS
requests. You can start the web server in a non-secure (HTTP) or secure (HTTPS) mode.
To start the web server in a non-secure (without SSL) mode for receiving HTTP requests and write the
configuration to the running configuration, use the http-server http command.
To start the web server in a secure mode for receiving HTTPS requests and write the configuration to the
running configuration, use the http-server secure-http command.
• Starts the web-server application in non-secure mode to receive HTTP requests.
CONFIGURATION mode
http-server http
• Starts the web-server application in secure mode using SSL to receive HTTPS requests.
CONFIGURATION mode
http-server secure-http
To stop the web server and remove the configuration from the running-configuration file, use the no
http-server {http | secure-http} command.
Web Server with HTTP Support
205