Actions
Bug #34650
openredfish_verify_ssl option has no effect
Status:
New
Priority:
Normal
Assignee:
-
Category:
BMC
Target version:
-
Description
When using redfish for BMC control, certificates will always be validated regardless of the `redfish_verify_ssl` option.
if I comment out line 6 from `/usr/share/foreman-proxy/modules/bmc/bmc_plugin.rb`, the value specified in `bmc.yml` is respected.
That line reads:
validate :redfish_verify_ssl, :boolean => true
As I understand it, most redfish users do not have valid certs on their BMCs. This issue effects most users of redfish.
Updated by Vanou Ishii 9 days ago
I tried to reproduce this issue with Foreman 3.14 and it looks like this issue is already resolved: setting redfish_verify_ssl option to false seems to work as expected. So I thinks this issue should be closed.
Actions