what will be the result?

In the ILOM if you redirect HTTP connections to HTTPS, but disable HTTPS, what will be the
result?

In the ILOM if you redirect HTTP connections to HTTPS, but disable HTTPS, what will be the
result?

A.
You will only be able to access the ILOM web interface via HTTPS, since HTTPS cannot be
disabled.

B.
You will be able to access the ROM web interface via HTTP or HTTPS.

C.
You will only be able to accessthe ILOM web Interface via HTTP.

D.
You will not be able to access the ILOM web interface.

Explanation:
http://docs.oracle.com/cd/E19201-01/820-6411-12/configcomm_web.html(enable http

or https web access, see the note)



Leave a Reply 3

Your email address will not be published. Required fields are marked *


Dupek

Dupek

D

Dupek

Dupek

No A is correct!
-> set https servicestate=disabled
set: Cannot disable HTTPS while HTTP secure redirect is enabled.

Enrique Rocha

Enrique Rocha

correct: A
-> ls
/SP/services/http
Targets:
Properties:
port = 80
secureredirect = enabled
servicestate = disabled
sessiontimeout = 15

-> ls
/SP/services/https
Targets:
ssl
Properties:
port = 443
servicestate = enabled
sessiontimeout = 15
tlsv1 = enabled
tlsv1_1 = enabled
tlsv1_2 = enabled
-> set servicestate=disabled
set: Cannot disable HTTPS while HTTP secure redirect is enabled.