Users Guide

Table Of Contents
Enabling or disabling HTTPS redirection
If you do not want automatic redirection from HTTP to HTTPs due to certificate warning issue with default iDRAC certificate or
as a temporary setting for debugging purpose, you can configure iDRAC such that redirection from http port (default is 80) to
https port (default is 443) is disabled. By default, it is enabled. You have to log out and log in to iDRAC for this setting to take
effect. When you disable this feature, a warning message is displayed.
You must have Configure iDRAC privilege to enable or disable HTTPS redirection.
An event is recorded in the Lifecycle Controller log file when this feature is enabled or disabled.
To disable the HTTP to HTTPS redirection:
racadm set iDRAC.Webserver.HttpsRedirection Disabled
To enable HTTP to HTTPS redirection:
racadm set iDRAC.Webserver.HttpsRedirection Enabled
To view the status of the HTTP to HTTPS redirection:
racadm get iDRAC.Webserver.HttpsRedirection
Configuring TLS
By default, iDRAC is configured to use TLS 1.1 and higher. You can configure iDRAC to use any of the following:
TLS 1.0 and higher
TLS 1.1 and higher
TLS 1.2 only
NOTE: To ensure a secure connection, Dell recommends using TLS 1.1 and higher.
Configuring TLS using web interface
1. Go to iDRAC Settings > Services.
2. Click the Services tab and then click Web Server.
3. In the TLS Protocol drop-down, select the TLS version and click Apply.
Configuring TLS using RACADM
To check the version of TLS configured:
racadm get idrac.webserver.tlsprotocol
To set the version of TLS:
racadm set idrac.webserver.tlsprotocol <n>
<n>=0
TLS 1.0 and Higher
<n>=1
TLS 1.1 and Higher
<n>=2
TLS 1.2 Only
86
Configuring iDRAC