Start a Conversation

Unsolved

MG

11 Posts

477

November 26th, 2022 08:00

PowerEdge iDRAC-Disable HTTP

We had a security audit and asked to disable HTTP on iDRAC and ESXi. Is it possible to disable HTT on iDRAC while keeping HTTPS working?

November 26th, 2022 09:00

racadm>>racadm get idrac.webserver
[Key=idrac.Embedded.1#WebServer.1]
BlockHTTPPort=Disabled
CustomCipherString=
Enable=Enabled
HostHeaderCheck=Enabled
Http2Enable=Disabled
HttpPort=80
HttpsPort=443
HttpsRedirection=Enabled
ManualDNSEntry=
#MaxNumberOfSessions=8
SSLEncryptionBitLength=128-Bit or higher
Timeout=1800
TitleBarOption=Auto
TitleBarOptionCustom=
TLSProtocol=TLS 1.1 and Higher

 

How do I change "BlockHTTPPort=Disabled"? Will it satisfy the requirements?

 

4 Operator

 • 

1.9K Posts

November 26th, 2022 11:00

[root@esx-node-99:~] racadm help idrac.webserver.BlockHTTPPort
BlockHTTPPort -- Block HTTP Port for HTTP requests
Usage -- 0-Disabled; 1-Enabled; Default - 0
Required License -- RACADM
Dependency -- None

 So....

[root@esx-node-99:~] racadm set idrac.webserver.BlockHTTPPort 1
[Key=idrac.Embedded.1#WebServer.1]
Object value modified successfully

Regards,
Joerg

4 Operator

 • 

3K Posts

November 27th, 2022 05:00

To disable HTTP (Port 80) on iDRAC you can change "BlockHTTPPort" attribute using below command.

racadm set iDRAC.WebServer.BlockHTTPPort Enabled

January 5th, 2023 13:00

Thanks

I will find out the racadm command guide as it seems to be needed several times.

No Events found!

Top