Skip to content

Commit bb24095

Browse files
committed
fixing error: http boot without tls
1 parent f358a8b commit bb24095

File tree

1 file changed

+1
-0
lines changed
  • python/understack-workflows/understack_workflows

1 file changed

+1
-0
lines changed

python/understack-workflows/understack_workflows/bmc_bios.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ def required_bios_settings(pxe_interface: str) -> dict:
1313
"PxeDev1Interface": pxe_interface,
1414
"HttpDev1EnDis": "Enabled",
1515
"HttpDev1Interface": pxe_interface,
16+
"HttpDev1TlsMode": "None",
1617
"TimeZone": "UTC",
1718
}
1819

0 commit comments

Comments
 (0)