openbmc / bmcweb

A do everything Redfish, KVM, GUI, and DBus webserver for OpenBMC
Apache License 2.0
156 stars 131 forks source link

How can bmcweb support both HTTP and HTTPS? #141

Closed lzy1212003 closed 2 years ago

lzy1212003 commented 4 years ago

How can bmcweb support both HTTP and HTTPS?

feistjj commented 4 years ago

bmcweb has taken an https only approach for security purposes, that being said, if you're looking for an http->https redirect, this patch might be interesting to you https://gerrit.openbmc-project.xyz/c/openbmc/bmcweb/+/35265

edtanous commented 2 years ago

Letting discussions continue under that patchset. Question was asked and answered.