ILOM supports both HTTP or HTTPS connections. ILOM enables you to automatically redirect HTTP access to HTTPS. ILOM also enables you to set the HTTP and HTTPS ports.
1. Log in to the ILOM CLI as a an Administrator.
2. At the command prompt, type:
-> set /SP/services/http
The properties are located in /SP/services/http and /SP/services/https.
Targets, Properties, and Values
The following shows the valid targets, properties, and values for HTTP andHTTP
TABLE 8-3 Valid Targets, Properties, and Values for HTTP and HTTPS
Target |
Property |
Value |
Default |
/SP/services/http |
secureredirect |
enabled|
disabled |
enabled |
|
servicestate |
enabled|
disabled |
disabled |
|
port |
<portnum> |
80 |
/SP/services/https |
servicestate |
enabled|
disabled |
enabled |
|
port |
<portnum> |
443 |
The following lists the possible settings HTTP, HTTPS, and automatic redirect.
TABLE 8-4 Possible Settings for HTTP, HTTPS, and Automatic Redirect
Desired State |
Target |
Property |
Value |
Enable HTTP only |
/SP/services/http |
secureredirect |
disabled |
|
/SP/services/http |
servicestate |
enabled |
|
/SP/services/https |
servicestate |
disabled |
Enable HTTP and HTTPS |
/SP/services/http |
secureredirect |
disabled |
|
/SP/services/http |
servicestate |
enabled |
|
/SP/services/https |
servicestate |
enabled |
Enable HTTPS only |
/SP/services/http |
secureredirect |
disabled |
|
/SP/services/http |
servicestate |
disabled |
|
/SP/services/https |
servicestate |
enabled |
Automatically redirect HTTP to HTTPS |
/SP/services/http |
secureredirect |
enabled |
|
/SP/services/http |
servicestate |
disabled |
|
/SP/services/https |
servicestate |
enabled |
Src:
Related