Oracle EDR InfiniBand Switch and Virtualized I/O Systems Administration Guide

Exit Print View

Updated: November 2016
 
 

Configure HTTPS Properties (Oracle ILOM CLI)

The HTTPS properties enable security and encryption for web server connections in your network. Use this task to configure the switch's HTTP properties, including supported versions of SSL and TLS.

  1. If HTTPS is not already enabled, enable it now.

    See Enable the HTTPS Service (Oracle ILOM CLI).

  2. Set the HTTP port.
     -> set /SP/services/http port=81
    Set 'port' to '81'
    ->
    

    By default, the HTTP service is disabled and runs on port 80 when enabled.

  3. Set the session timeout.
     -> set /SP/services/https sessiontimeout=120
    Set 'sessiontimeout' to '120'
    ->
    

    By default, the session timeout is 60 seconds.

  4. Enable any, or all, TLS services that apply.
    • Enable TLS v1.
       -> set /SP/services/https/ tlsv1=enabled
      Set 'tlsv1' to 'enabled'
      ->
      
    • Enable TLS v1.1.
       -> set /SP/services/https/ tlsv1_1=enabled
      Set 'tlsv1_1' to 'enabled'
      ->
      
    • Enable TLS v1.2.
       -> set /SP/services/https tlsv1_2=enabled
      Set 'tlsv1_2' to 'enabled'
      ->
      

Related Information