Go to main content

Oracle® SuperCluster M8 and SuperCluster M7 Security Guide

Exit Print View

Updated: June 2020
 
 

Configure HTTP Redirection to HTTPS (Oracle ILOM)

By default, the Oracle ILOM is configured to redirect incoming HTTP requests to the HTTPS service to ensure that all of the browser-based communications are encrypted between Oracle ILOM and the administrator.

  1. On the management network, log in to Oracle ILOM.

    See Log in to the Oracle ILOM CLI.

  2. Verify that secure redirection is enabled.
    -> show /SP/services/http secureredirect
    /SP/services/https
    Properties:
    secureredirect = enabled
    
  3. If the default has been changed, you can enable secure redirection.
    -> set /SP/services/http secureredirect=enabled
    
  4. Verify the setting by repeating Step 2.